Optional
__fixOptional
autoThe number of frames to test for detecting the real FPS when 'auto' is selected. This determines how many frames are measured before calculating the average FPS.
10
Optional
fpsFrames per second (FPS) for the animation. If set to 'auto', the FPS will be dynamically determined based on the system's performance.
'auto'
Optional
isDetermines whether the AnimationFrame is enabled or not.
When set to true
, the animation loop will run.
false
Changeable properties for a component. These properties may change during the component's lifecycle, such as in response to window resizing or user actions. This interface extends IChangeableProps, inheriting the mutable properties defined for modules.