ICssAnimationPlayStateProperty public interface ICssAnimationPlayStateProperty : ICssProperty Represents the CSS animation-play-state property. Documentation Code IEnumerable<PlayState> States { get; } Gets an enumerable over the defined play states.