Configuration for scale animation.
interface ScaleAnimationConfig { duration?: number; scaleFactor?: number; type: "scale";}
Duration of the animation in milliseconds.
300 Copy
300
Initial scale factor for the modal (0-1).
0.8 Copy
0.8
Configuration for scale animation.