AccordionAnimationSettings
23 Sep 20251 minute to read
Objects used for configuring the Accordion animation properties.
Properties
collapse AccordionActionSettingsModel
Specifies the animation to appear while collapsing the Accordion item.
Defaults to { effect: ‘SlideDown’, duration: 400, easing: ‘linear’ }
expand AccordionActionSettingsModel
Specifies the animation to appear while expanding the Accordion item.
Defaults to { effect: ‘SlideDown’, duration: 400, easing: ‘linear’ }