Value
| Name | Description | Value |
|---|---|---|
| AnimationEaseOptions.CUSTOM_EASE | cutom read only ease type. | 2051363407 = 'zERO' |
| AnimationEaseOptions.EASE_IN | simple ease in. | 2051371849 = 'zEsI' |
| AnimationEaseOptions.EASE_IN_OUT | simple ease in and out. | 2051361103 = 'zEIO' |
| AnimationEaseOptions.EASE_OUT | simple ease out. | 2051371855 = 'zEsO' |
| AnimationEaseOptions.NO_EASE | no easing. | 2051960645 = 'zNoE' |
Usage
As property
AnimationSetting.easeType
| Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |