We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431028d commit 8bda0c7Copy full SHA for 8bda0c7
includes/options-argument.xml
@@ -44,6 +44,12 @@
44
<desc>A function to call once the animation is complete.</desc>
45
<!-- no parameters -->
46
</property>
47
+ <property name="start" type="Function" added="1.8">
48
+ <desc>A function to call when the animation begins.</desc>
49
+ <argument name="animation" type="Promise">
50
+ <desc>An enhanced Promise object with additional properties for the animation</desc>
51
+ </argument>
52
+ </property>
53
<property name="done" type="Function" added="1.8">
54
<desc>A function to be called when the animation completes (its Promise object is resolved).</desc>
55
<argument name="animation" type="Promise">
0 commit comments