0
我更新了我的投資組合網站,並將我的MixItUp投資組合從2改爲3.但是,這些動畫表現怪異。每次點擊過濾器鏈接時,一些投資組合項目會在「投資組合」標題上飛快播放,但我不喜歡這些效果。我可以告訴大家,在動畫工作時我調整了時間,但是,我不知道如何解決,其餘使它看起來正常這樣的演示:MixItUp 3動畫不起作用
https://www.kunkalabs.com/mixitup/
在這裏你能看到動畫都是錯誤的:
http://kikidesign.net/portfolio
我的JavaScript代碼是:
<script>
var containerEl = document.querySelector('.mixitup-list');
var mixer = mixitup(containerEl, { //MixItUp 3 options, 'item' matches the class in the PHP
animation: {
duration: 800,
nudge: false,
reverseOut: false,
effects: "fade scale(0.41)"
}
});
</script>
它位於footer.php。