Class TransitionEntry
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
public class TransitionEntry
- Inheritance
-
object
TransitionEntry
Constructors
TransitionEntry()
Properties
CssProperty
public string CssProperty { get; init; }
Property Value
- string
Delay
public TimeSpan? Delay { get; init; }
Property Value
- TimeSpan?
Duration
public TimeSpan? Duration { get; init; }
Property Value
- TimeSpan?
Easing
public string? Easing { get; init; }
Property Value
- string
Value
public string Value { get; init; }
Property Value
- string