Now it does...
(function(jQuery) {
jQuery.extend(jQuery.fx.step, {
backgroundPosition: function(fx) {
function toArray(strg) {
strg = strg.replace(/left|top/g, '0px');
strg = strg.replace(/right|bottom/g, '100%');
strg = strg
Yeap same here
Yu Woon wrote:
> Hi,
>
> I've been using this plugin:
> http://dev.jquery.com/browser/trunk/plugins/backgroundPosition/jquery.backgroundPosition.js?rev=6073
>
> Using it together with jQuery 1.2.6 and works nicely. I can animate
> the backgroundPosition of my backgroundImages.
>
>
2 matches
Mail list logo