Skip to content

Commit 8bda0c7

Browse files
yukulelekswedberg
authored andcommitted
Update options-argument.xml add version argument and to 'start' property
1 parent 431028d commit 8bda0c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

includes/options-argument.xml

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
<desc>A function to call once the animation is complete.</desc>
4545
<!-- no parameters -->
4646
</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>
4753
<property name="done" type="Function" added="1.8">
4854
<desc>A function to be called when the animation completes (its Promise object is resolved).</desc>
4955
<argument name="animation" type="Promise">

0 commit comments

Comments
 (0)