我试过好几种写法,都无效。
Velocity(document.querySelector(".right-logo"), {
translateY: '130px',
backgroundColor: ['#222', '#043d99']
});
Velocity(document.querySelector(".right-logo"), {
transform:'translateY(130px)',
backgroundColor: ['#222', '#043d99']
});
颜色的变化都已经生效了,唯独translateY无效,同理我试过translateX、rotate都是无效的。
实在是不知道是那部分出问题了····
你下载的velocity库是V1版本的吗?
如果不是,换成V1版本的:https://cdnjs.cloudflare.com/...
V2版本正在测试,相关文档:https://github.com/julianshap...