Advertisement
afsarwebdev

Mixitup when error shows other pages

Sep 23rd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. // Mixitup initialization
  2.  
  3. var containerEl = document.querySelector (".ic-container");
  4. var mixer;
  5. if(containerEl){
  6. mixer = mixitup('.ic-container', {
  7. animation: {
  8. effects: 'fade rotateZ(-180deg)',
  9. duration: 700
  10. },
  11. selectors: {
  12. control: '[data-mixitup-control]'
  13. },
  14. load: {
  15. filter: '.engagement-ceremony'
  16. }
  17. });
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement