Enum AnimationTypeValues
Enumerated values for Animation.Animation.type
[JsonConverter(typeof(JsonEnumMemberConverter<AnimationTypeValues>))]
public enum AnimationTypeValuesFields
- [EnumMember(Value = "CSSAnimation")] CSSAnimation = 1
- Enumerated member for the CSSAnimation value. 
- [EnumMember(Value = "CSSTransition")] CSSTransition = 0
- Enumerated member for the CSSTransition value. 
- [EnumMember(Value = "WebAnimation")] WebAnimation = 2
- Enumerated member for the WebAnimation value.