KeyframeSelector sealed class KeyframeSelector : IKeyframeSelector, IStyleFormattable Represents the keyframe selector. Documentation Code public IEnumerable<double> Stops { get; } public string Text { get; } public KeyframeSelector(List<double> stops) public void ToCss(TextWriter writer, IStyleFormatter formatter)