Lines Matching refs:Tween
6157 function Tween( elem, options, prop, end, easing ) { class
6158 return new Tween.prototype.init( elem, options, prop, end, easing );
6160 jQuery.Tween = Tween;
6162 Tween.prototype = {
6163 constructor: Tween,
6174 var hooks = Tween.propHooks[ this.prop ];
6178 Tween.propHooks._default.get( this );
6182 hooks = Tween.propHooks[ this.prop ];
6200 Tween.propHooks._default.set( this );
6206 Tween.prototype.init.prototype = Tween.prototype;
6208 Tween.propHooks = {
6243 Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
6260 jQuery.fx = Tween.prototype.init;
6583 var tween = jQuery.Tween( elem, animation.opts, prop, end,