struct TransitionDesc

in global :: Sandbox . UI

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.


public string Property

The CSS property to transition.

public Nullable<float> Duration

Duration of the transition between old value and new value.

public Nullable<float> Delay

If set, delay before starting the transition after the property was changed.

public string TimingFunction

The timing or "easing" function. transition-timing-function CSS property. Example values would be ease, ease-in, ease-out and ease-in-out.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.