Class KeyframeStyle
Keyframe Style
public sealed class KeyframeStyle
- Inheritance
-
KeyframeStyle
- Inherited Members
Properties
Easing
AnimationEffect's timing function.
[JsonPropertyName("easing")]
public string Easing { get; set; }
Property Value
Offset
Keyframe's time offset.
[JsonPropertyName("offset")]
public string Offset { get; set; }