You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A function, or array of functions, that is called when the Deferred generates progress notifications.
9
+
</desc>
10
+
</argument>
11
+
</signature>
12
+
<desc> </desc>
13
+
<longdesc>
14
+
<p>
15
+
The <code>jQuery.Tween</code> function is called internally by <code>.animate()</code>. It is provided mostly for plugin authors to further customize animations.
16
+
</p>
17
+
<p>The <code>jQuery.Tween</code> function returns a Tween object with the following properties:</p>
18
+
<ul>
19
+
<li><strong>elem</strong>: The animated DOM element</li>
20
+
<li><strong>prop</strong>: The property being animated</li>
21
+
<li><strong>easing</strong>: A string representing the easing being used</li>
22
+
<li><strong>start</strong>: A number representing the starting value of the tween</li>
23
+
<li><strong>now</strong>: A number representing the current value of the tween</li>
24
+
<li><strong>end</strong>: A number representing the ending value of the tween</li>
25
+
<li><strong>unit</strong>: A string representing the CSS unit for the tween</li>
26
+
<li><strong>options</strong>: A reference to the animation options object</li>
27
+
<li><strong>cur()</strong>: A function that reads the current value of the animated property from the element</li>
A function, or array of functions, that is called when the Deferred generates progress notifications.
9
+
</desc>
10
+
</argument>
11
+
</signature>
12
+
<desc> </desc>
13
+
<longdesc>
14
+
<p>
15
+
The <code>jQuery.Tween</code> function is called internally by <code>.animate()</code>. It is provided mostly for plugin authors to further customize animations.
16
+
</p>
17
+
<p>The <code>jQuery.Tween</code> function returns a Tween object with the following properties:</p>
18
+
<ul>
19
+
<li><strong>elem</strong>: The animated DOM element</li>
20
+
<li><strong>prop</strong>: The property being animated</li>
21
+
<li><strong>easing</strong>: A string representing the easing being used</li>
22
+
<li><strong>start</strong>: A number representing the starting value of the tween</li>
23
+
<li><strong>now</strong>: A number representing the current value of the tween</li>
24
+
<li><strong>end</strong>: A number representing the ending value of the tween</li>
25
+
<li><strong>unit</strong>: A string representing the CSS unit for the tween</li>
26
+
<li><strong>options</strong>: A reference to the animation options object</li>
27
+
<li><strong>cur()</strong>: A function that reads the current value of the animated property from the element</li>
0 commit comments