1

我有一组代码通过操作 BackgroundPosition 来为容器的背景图像设置动画。

我一生都无法弄清楚如何将 Y 位置保持在 0px,因为我当前的代码默认为 %50。(意思是我得到背景位置:动画值,%50;)

Animate: function (target) {
    $('#wrapper').animate({ backgroundPosition: (((width / 10) * -1) * targetIndex) }, currentDuration, easing);
},

我需要改变什么?

4

0 回答 0