gpt4 book ai didi

javascript - animejs - 相对于当前位置移动

转载 作者:行者123 更新时间:2023-11-30 00:02:57 24 4
gpt4 key购买 nike

我正在尝试相对于 animejs 中的当前位置移动 div

var myAnimation = anime({
targets: ['.location'],
translateY: "-300px",
easing: 'linear',
delay: function(el, index) {
return index * 80;
},
duration: 500,
loop: false
});
})

我试过了

 translateY: "-=300px",

没有成功。有什么想法吗?

最佳答案

尝试通过 js 获取起点并用括号具体说明。像这样:

property: [startpoint, endpoint]

关于javascript - animejs - 相对于当前位置移动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39634567/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com