AngleSharp by Florian Rappl

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

.NET API 1,181,184 bytes

 AnimationDirection

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