type AnimationEntry = object;
Configuration options for animations.
Properties#
Property | Type | Description |
---|---|---|
type | AnimationType | The type of animation to apply |
duration | number | Duration of the animation in seconds |
easing? | AnimationEasing | Easing function for the animation |