TimeSeriesAnimatorOptions

class TimeSeriesAnimatorOptions(passedMode: TimeClampMode) : TimeAnimationOptions

Options for configuring a TimeSeriesAnimator.

Constructors

Link copied to clipboard
constructor(passedMode: TimeClampMode)

Properties

Link copied to clipboard

Whether the animation should always stop at the start date.

Link copied to clipboard
var animation: TimeAnimation

The animation instance to use for animating the time series. If not provided, a new instance will be created.

Link copied to clipboard
open val autoplay: Boolean = false

Whether the animation should autoplay when instantiated.

Link copied to clipboard
open val delay: Double = 0.0

The delay before the animation starts in seconds.

Link copied to clipboard
open val duration: Double = 1.0

The duration of the animation in seconds.

Link copied to clipboard
open val enabled: Boolean = true

Whether the animation is enabled.

Link copied to clipboard
var end: DateOrString

The end date of the animation.

Link copied to clipboard
open val endDelay: Double = 1.0

The delay after the animation ends in seconds.

Link copied to clipboard

Whether the animation's progress is managed either manually or by an external source.

Link copied to clipboard
open val repeat: Boolean = true

Whether the animation should repeat.

Link copied to clipboard
var start: DateOrString

The start date of the animation.

Link copied to clipboard
open val timeScale: Double = 1.0

The time scale factor for the animation.