Lines Matching refs:Tween
8667 var tween = jQuery.Tween( elem, animation.opts, prop, end,
8915 function Tween( elem, options, prop, end, easing ) { class
8916 return new Tween.prototype.init( elem, options, prop, end, easing );
8918 jQuery.Tween = Tween;
8920 Tween.prototype = {
8921 constructor: Tween,
8932 var hooks = Tween.propHooks[ this.prop ];
8936 Tween.propHooks._default.get( this );
8940 hooks = Tween.propHooks[ this.prop ];
8958 Tween.propHooks._default.set( this );
8964 Tween.prototype.init.prototype = Tween.prototype;
8966 Tween.propHooks = {
9001 Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
9175 jQuery.fx = Tween.prototype.init;