AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.10" />

.NET API 1,230,336 bytes

 AnimationDirection

public enum AnimationDirection
The enumeration over all possible animation direction values.
namespace AngleSharp.Dom.Css { public enum AnimationDirection : byte { Normal, Alternate, Reverse, AlternateReverse } }