Tween-container-ease
From Frontal Wiki
Contents |
Purpose
This style is particular to the com.frontalcode.transitions.TweenTransition custom implementation of the 'transitioner' tag. It sets the easing function to use when changing a style of a visual element during a transition.
Value
The name of an easing function. The default is "fl.transitions.easing.Regular.easeOut".
tween-container-ease: fl.transitions.easing.Strong.easeOut;
Remarks
The 'transitioner' tag is used to specify how to transition from one managed element to the next. The com.frontalcode.transitions.TweenTransition custom implementation uses tweens on element styles to do this.
The easing function must be compiled into the Frontal renderer SWF or imported with the 'include' tag. These easing classes are compiled into the standard Frontal renderer SWF:
- fl.transitions.easing.Regular
- fl.transitions.easing.Bounce
- fl.transitions.easing.Back
- fl.transitions.easing.Elastic
- fl.transitions.easing.None
- fl.transitions.easing.Strong
Example
| This page is incomplete |
See Also
- tween-container-ease
- tween-container-init
- tween-container-reset
Can Be Applied To
This style can be applied to any visual element: