|
14 | 14 | <!-- no parameters -->
|
15 | 15 | </property>
|
16 | 16 | <property name="step" type="Function">
|
17 |
| - <desc>A function to be called after each step of the animation for each animated element and for each animated property.</desc> |
| 17 | + <desc>A function to be called for each animated property of each animated element. This function provides an opportunity to modify the Tween object to change the value of the property before it is set.</desc> |
18 | 18 | <argument name="now" type="Number">
|
19 | 19 | <desc>The numeric value of the property being animated at each step</desc>
|
20 | 20 | </argument>
|
21 |
| - <argument name="fx" type="PlainObject"> |
22 |
| - <desc>A map of properties related to the animation and the element being animated</desc> |
23 |
| - <property name="elem" type="DOM"> |
24 |
| - <desc>The animated element</desc> |
25 |
| - </property> |
26 |
| - <property name="start" type="Number"> |
27 |
| - <desc>The first value of the animated property</desc> |
28 |
| - </property> |
29 |
| - <property name="end" type="Number"> |
30 |
| - <desc>The last value of the animated property</desc> |
31 |
| - </property> |
32 |
| - <property name="prop" type="String"> |
33 |
| - <desc>The property being animated</desc> |
34 |
| - </property> |
| 21 | + <argument name="tween" type="Tween"> |
| 22 | + <desc>An object of properties related to the animation and the element being animated. For information about the tween object and its properties, see <a href="/jQuery.Tween/">jQuery.Tween</a></desc> |
35 | 23 | </argument>
|
36 | 24 | </property>
|
37 | 25 | <property name="queue" type="Boolean" default="true">
|
|
50 | 38 | <desc>A number from 0 to 1 indicating the progress of the animation</desc>
|
51 | 39 | </argument>
|
52 | 40 | <argument name="remainingMs" type="Number">
|
53 |
| - <desc>A number indicating the remaining number of milliseconds until the end of the animation</desc> |
| 41 | + <desc>A number indicating the remaining number of milliseconds until the scheduled end of the animation</desc> |
54 | 42 | </argument>
|
55 | 43 | </property>
|
56 | 44 | <property name="done" type="Function" added="1.8">
|
|
0 commit comments