Animation Class [PHP]

Summary

Properties Description
Duration Get or set the duration of animation.
Type Get or set animation type.

Properties Detail

DurationTop

int Duration

Get or set the duration of animation.

Default value : 200

Show/Hide Code

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" :

Show/Hide Code

Supported from version: 1.0.0.0