AngleSharp by AngleSharp

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

.NET API 1,244,160 bytes

 AnimationFillStyle

public enum AnimationFillStyle
An enumeration over all possible fill-mode values.
namespace AngleSharp.Dom.Css { public enum AnimationFillStyle : ushort { None, Forwards, Backwards, Both } }