Configuration for fade animation.
interface FadeAnimationConfig { animation: "fade"; duration?: number;}
Duration of the animation in milliseconds.
300 Copy
300
Configuration for fade animation.