I have seen $.fx.step. backgroundPosition = function(fx) {...} in some javascript snippet. I can\'t find much infomation about $.fx.
$.fx.step. backgroundPosition = function(fx) {...}
$.fx
Can an
Here is stated, that fx object is declared as follows:
fx
fx: function( elem, options, prop ) { this.options = options; this.elem = elem; this.prop = prop; if ( !options.orig ) { options.orig = {}; } }
read more that link.