struct
TransitionDesc
public sealed struct TransitionDesc Describes transition of a single CSS property, a.k.a. the values of a transition CSS property. Utility to create a transition by comparing the panel style before and after the scope.
Fields
| Name | Type | Description |
|---|---|---|
Property | String | The CSS property to transition. |
Duration | Single? | Duration of the transition between old value and new value. |
Delay | Single? | If set, delay before starting the transition after the property was changed. |
TimingFunction | String | The timing or "easing" function. transition-timing-function CSS property. Example values would be ease, ease-in, ease-out and ease-in-out. |