Name | Description | |
---|---|---|
Duration | Gets or sets how many seconds it takes to play through the symbol's animation once. This determines a symbol's playback speed. | |
Easing | Gets or sets the animation's easing. Only applicable on non file-based animations. | |
EndingDuration | Gets or sets the ending duration of a symbol for time-aware data interpolation. The symbol's playback speed is interpolated linearly from duration to endingDuration over the diplay period of a time-aware feature. | |
PlayAnimation | Gets or sets a value indicating whether the animated symbol should play its animation. | |
PrimitiveName | Gets or sets the primitive name. | |
RandomizeStartSeed | Gets or sets the starting value for generating a random number. This random number is used by the randomizeStartTime property to determine time offset for each feature. | |
RandomizeStartTime | Gets or sets a value indicating whether to generate a randomized start offset in seconds to apply to the symbol animation of each feature. | |
RepeatDelay | Gets or sets the number of seconds to delay before repeating an animation cycle. | |
RepeatType | Gets or sets how to repeat the animation of a symbol when an animation cycle ends. | |
ReverseAnimation | Gets or sets a value indicating whether the animated symbol should playback in reverse. | |
StartTimeOffset | Gets or sets the time offset in seconds to use as the starting point of the symbol animation. This is used if randomizeStartTime=false. | |
UseEndingDuration | Gets or sets a value indicating whether to use the ending duration of a symbol for time-aware data interpolation. |