KeyframeSelector sealed class KeyframeSelector : CssNode, IKeyframeSelector, ICssNode, IStyleFormattable Represents the keyframe selector. Documentation Code public IEnumerable<Percent> Stops { get; } public string Text { get; } public KeyframeSelector(IEnumerable<Percent> stops)