Skip to content

Commit f226ca5

Browse files
committed
Accordion: Don't use non-existent bounceslide animation
Fixes gh-200
1 parent 422e447 commit f226ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/accordion.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<desc>The zero-based index of the panel that is active (open). A negative value selects panels going backward from the last panel.</desc>
6767
</type>
6868
</option>
69-
<option name="animate" default="{}" example-value='"bounceslide"'>
69+
<option name="animate" default="{}" example-value="200">
7070
<desc>If and how to animate changing panels.</desc>
7171
<type name="Boolean">
7272
<desc>A value of <code>false</code> will disable animations.</desc>

0 commit comments

Comments
 (0)