动画背景图像,将Y位置保持在0px

时间:2012-09-25 23:11:30

标签: javascript jquery jquery-animate

我有一组代码,通过操纵BackgroundPosition来动画容器的背景图像。

我不能为我的生活弄清楚如何将Y位置保持在0px,因为我当前的代码默认为%50。 (意思是我得到背景位置:AnimatedValue,%50;)

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

我需要改变什么?

0 个答案:

没有答案