Animation Class [PHP]
Summary
Properties Detail
DurationTop
int Duration
Get or set the duration of animation.
Default value : 200
Supported from version: 1.0.0.0
TypeTop
string Type
Get or set animation type.
Default value : "EaseBoth"
Allowed values :
- "Linear" :
- "EaseIn" :
- "EaseOut" :
- "EaseBoth" :
- "EaseInStrong" :
- "EaseOutStrong" :
- "EaseBothStrong" :
- "BounceIn" :
- "BounceOut" :
- "BounceBoth" :
- "ElasticIn" :
- "ElasticOut" :
- "ElasticBoth" :
- "BackIn" :
- "BackOut" :
- "BackBoth" :
- "None" :
Supported from version: 1.0.0.0