Table of Contents

Enum AnimationTypeValues

Namespace
OpenQA.Selenium.DevTools.V132.Animation
Assembly
WebDriver.dll

Enumerated values for Animation.Animation.type

[JsonConverter(typeof(JsonEnumMemberConverter<AnimationTypeValues>))]
public enum AnimationTypeValues

Fields

[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.