javascript - MixItUp 3 animations isn't working -
i updated portfolio website , converted mixitup portfolio 2 3. however, animations acting weird. every time click on filter link, of portfolio projects fly on "portfolio" title while fading in. don't effects. can tell animation working when adjusted duration, however, don't know how fix rest make looks normal demo:
https://www.kunkalabs.com/mixitup/
here's can see animations wrong:
http://kikidesign.net/portfolio
my javascript code is:
<script> var containerel = document.queryselector('.mixitup-list'); var mixer = mixitup(containerel, { //mixitup 3 options, 'item' matches class in php animation: { duration: 800, nudge: false, reverseout: false, effects: "fade scale(0.41)" } }); </script>
it's located in footer.php.
i figured out problem. it's height. specific height of each portfolio piece 100% , thus, messed animations.
Comments
Post a Comment