CssAnimationDelayProperty sealed class CssAnimationDelayProperty : CssProperty, ICssAnimationDelayProperty, ICssProperty More information available at: https://developer.mozilla.org/en-US/docs/CSS/animation-delay Documentation Code public IEnumerable<Time> Delays { get; } Gets the delays for the animations. public void SetDelays(IEnumerable<Time> times)