AngleSharp by Florian Rappl

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

.NET API 886,784 bytes

 CSSTransitionProperty

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

Gets the offsets for the transitions.

public IEnumerable<Time> Durations { get; }

Gets the durations for the transitions.

public IEnumerable<string> Properties { get; }

Gets the properties for the transitions.

Gets the timing-functions for the transitions.