Search results

DropDownMenuAnimationSettings API in Vue DropDownButton API component

Animation configuration settings.

Properties

duration

number

Specifies the time duration (in milliseconds) of the animation effect when the DropDownMenu is displayed.

Defaults to 400

easing

string

Specifies the easing function applied during the animation effect of the DropDownMenu.

Defaults to ‘ease’

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.

Defaults to ‘SlideDown’