Hi, The background position plugin by Alexander Farkas rocks!! But I have a question.. Is possible to remove the animation for the X- axis ? For example:
$(this).animate({backgroundPosition:"(200px -50px)"}, {duration: 600}) I don't want to animate the X-axis. I don't need 1 2 3 4 .... 200px.. I want to achieve 200px without any incrementation. On the other side I need the animation on Y-axis.. I want to increment to -50, something like -0 -1 -2 -3 -4 ..... etc... I appreciate if someone try to help! Thanks!