CssAnimationNameProperty sealed class CssAnimationNameProperty : CssProperty, ICssAnimationNameProperty, ICssProperty More information available at: https://developer.mozilla.org/en-US/docs/CSS/animation-name Documentation Code public IEnumerable<string> Names { get; } Gets the names of the animations to trigger. public void SetNames(IEnumerable<string> names)