Class Animation
Animation
public sealed class Animation
- Inheritance
-
Animation
- Inherited Members
Properties
CssId
cssId
[JsonPropertyName("cssId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CssId { get; set; }
Property Value
CurrentTime
currentTime
[JsonPropertyName("currentTime")]
public double CurrentTime { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
PausedState
pausedState
[JsonPropertyName("pausedState")]
public bool PausedState { get; set; }
Property Value
PlayState
playState
[JsonPropertyName("playState")]
public string PlayState { get; set; }
Property Value
PlaybackRate
playbackRate
[JsonPropertyName("playbackRate")]
public double PlaybackRate { get; set; }
Property Value
Source
source
[JsonPropertyName("source")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AnimationEffect Source { get; set; }
Property Value
StartTime
startTime
[JsonPropertyName("startTime")]
public double StartTime { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public AnimationTypeValues Type { get; set; }