Reset-on-select-transition-end
From Frontal Wiki
Contents |
Purpose
This style indicates that the element should be reset whenever the managed element it is associated with is selected and the transition to it has completed.
Value
Either "true" or "false". By default this is "false".
reset-on-select-transition-end: true;
Remarks
If this style is applied to a container that is not directly managed, the container must be a marker (is-marker: true).
The element must be resettable for this style to have an effect. See Adding Interactions and the 'manager' tag for details.
Resetting an element has various effects including calling any onReset interaction. Also, for the video tag, the video will be restarted. And for the 'img' and 'include' tags, resources will be moved to the top of the loading queue.
Example
| This page is incomplete |
See Also
Can Be Applied To
This style can be applied to any element.