Class AnimationEffect
AnimationEffect
public sealed class AnimationEffect
- Inheritance
-
AnimationEffect
- Inherited Members
Properties
BackendNodeId
backendNodeId
[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }
Property Value
- long?
Delay
delay
[JsonPropertyName("delay")]
public double Delay { get; set; }
Property Value
Direction
direction
[JsonPropertyName("direction")]
public string Direction { get; set; }
Property Value
Duration
duration
[JsonPropertyName("duration")]
public double Duration { get; set; }
Property Value
Easing
easing
[JsonPropertyName("easing")]
public string Easing { get; set; }
Property Value
EndDelay
endDelay
[JsonPropertyName("endDelay")]
public double EndDelay { get; set; }
Property Value
Fill
fill
[JsonPropertyName("fill")]
public string Fill { get; set; }
Property Value
IterationStart
iterationStart
[JsonPropertyName("iterationStart")]
public double IterationStart { get; set; }
Property Value
Iterations
iterations
[JsonPropertyName("iterations")]
public double Iterations { get; set; }
Property Value
KeyframesRule
keyframesRule
[JsonPropertyName("keyframesRule")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public KeyframesRule KeyframesRule { get; set; }