AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.0" />

.NET API 1,171,968 bytes

 CssAnimationProperty

More information available at: https://developer.mozilla.org/en-US/docs/CSS/animation
public IEnumerable<Time> Delays { get; }

Gets the offsets for the animations.

Gets the directions of the animations.

public IEnumerable<Time> Durations { get; }

Gets the durations for the animations.

Gets the fill modes of the animations.

public IEnumerable<float> Iterations { get; }

Gets the iteraction counts of the animations.

public IEnumerable<string> Names { get; }

Gets the names of the animations.

public IEnumerable<PlayState> States { get; }

Gets the timing-functions for the animations.