_mixitup('.catalog-items__wrapper', {
animation: {
effects: 'fade rotateZ(-180deg)', /* fade scale */
duration: 800 /* 600 */
},
selectors: {
target: '.mix-target' /* .mix */
},
});
_mixitup('.stock-wrapper', {
animation: {
effects: 'fade rotateY(-180deg)', /* fade scale */
duration: 800 /* 600 */
},
selectors: {
target: '.mix', /* .mix */
},
});