Whether to always show this animation, meaning it will also be visible if the animation is not a future animation and the current playhead is in the future, or the animation is a future animation and the playhead is in the past.
Whether to begin playing the animation as soon as it's initialized. Default value is false
.
Duration of the animation in seconds.
Whether the animation is enabled.
End delay in seconds, which is the duration of the hold time on the last frame before restarting playback at the beginning.
Start time offset in seconds relative to the current time, e.g. -5 * 3600
for five hours ago.
Whether this animation is considered a future animation.
Total number of intervals to request data for, specifically for image-related animations.
Animation identifier.
Refresh duration in seconds. This is typically only used for data-related animations that may need to reload stale data after a determined length of time.
End time offset in seconds relative to the current time, e.g. 2 * 3600
for two hours from now.
Generated using TypeDoc
A data type that represents the configuration options for an animation.