Interface IStaticProps

Static properties for a component. These properties remain constant throughout the lifecycle of the component. This interface extends IStaticProps, inheriting the static properties defined for modules.

Hierarchy

Properties

__fixHelperStaticProps?: any
easing?: TEasingType

Easing function for the timeline animation.

isDestroyedOnEnd?: boolean

Whether to destroy the timeline when the animation ends.

Default

false