AngleSharp by AngleSharp

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

.NET API 1,224,192 bytes

 AnimationFillStyle

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