Table of Contents

Class TransitionEntry

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll

Single CSS property entry within a transition set.

public class TransitionEntry
Inheritance
object
TransitionEntry

Constructors

TransitionEntry()

public TransitionEntry()

Properties

CssProperty

Target CSS property name.

public string CssProperty { get; init; }

Property Value

string

Delay

Optional delay before the transition starts.

public TimeSpan? Delay { get; init; }

Property Value

TimeSpan?

Duration

Optional transition duration.

public TimeSpan? Duration { get; init; }

Property Value

TimeSpan?

Easing

Optional CSS easing function.

public string? Easing { get; init; }

Property Value

string

Value

Target CSS value for the property under the trigger.

public string Value { get; init; }

Property Value

string