Summary
Describes transition of a single CSS property, a.k.a. the values of a <c>transition</c> CSS property.
<para>Utility to create a transition by comparing the
panel style before and after the scope.</para>
Fields
Delay |
If set, delay before starting the transition after the property was changed.
|
Duration |
Duration of the transition between old value and new value.
|
Property |
The CSS property to transition.
|
TimingFunction |
The timing or "easing" function. <c>transition-timing-function</c> CSS property.
Example values would be <c>ease</c>, <c>ease-in</c>, <c>ease-out</c> and <c>ease-in-out</c>.
|