DropDownMenuAnimationSettingsModel
23 Sep 20251 minute to read
Interface for a class DropDownMenuAnimationSettings
Properties
duration number
Specifies the time duration (in milliseconds) of the animation effect when the DropDownMenu is displayed.
easing string
Specifies the easing function applied during the animation effect of the DropDownMenu.
effect DropDownAnimationEffect
Specifies the animation effect applied when the DropDownMenu is shown.
The possible effects are:
- None: Specifies that the DropDownMenu appears without any animation effect.
- SlideDown: Specifies that the DropDownMenu appears with a slide down effect.
- ZoomIn: Specifies that the DropDownMenu appears with a zoom in effect.
- FadeIn: Specifies that the DropDownMenu appears with a fade in effect.