MenuAnimationSettings
23 Sep 20251 minute to read
Animation configuration settings.
Properties
duration number
Specifies the time duration to transform object.
Defaults to 400
easing string
Specifies the easing effect applied while transform.
Defaults to ‘ease’
effect MenuEffect
Specifies the effect that shown in the sub menu transform.
The possible effects are:
- None: Specifies the sub menu transform with no animation effect.
- SlideDown: Specifies the sub menu transform with slide down effect.
- ZoomIn: Specifies the sub menu transform with zoom in effect.
- FadeIn: Specifies the sub menu transform with fade in effect.
Defaults to ‘SlideDown’