<kendo:expansionPanel-animation-expand>
The visual animation(s) that will be used when opening items.
Example
<kendo:expansionPanel-animation>
<kendo:expansionPanel-animation-expand></kendo:expansionPanel-animation-expand>
</kendo:expansionPanel-animation>
Configuration Attributes
duration float
The number of milliseconds used for the visual animation when an item is opened.
Example
<kendo:expansionPanel-animation-expand duration="duration">
</kendo:expansionPanel-animation-expand>
effects java.lang.String
A whitespace-delimited string of animation effects that are used when an item is expanded. Available options are"expandVertical", "zoomIn" and "fadeIn".
Example
<kendo:expansionPanel-animation-expand effects="effects">
</kendo:expansionPanel-animation-expand>