AngleSharp by Florian Rappl

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

.NET API 1,172,480 bytes

 IKeyframeSelector

public interface IKeyframeSelector
Represents a CSS key text.
using System.Collections.Generic; namespace AngleSharp.Dom.Css { public interface IKeyframeSelector { IEnumerable<Percent> Stops { get; } string Text { get; } } }