|
phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Composant JQuery UI Animation property. More...
Inheritance diagram for Animation:Public Member Functions | |
| __construct ($duration=400, $easing="swing", $queue=false) | |
| setDuration ($value) | |
| An int determining how long the animation will run (in milliseconds). | |
| setEasing ($value) | |
| A string indicating which easing function to use for the transition. | |
| setQueue ($value) | |
| A Boolean indicating whether to place the animation in the effects queue. | |
| getScript () | |
Public Member Functions inherited from BaseComponent | |
| __construct (JsUtils $js=NULL) | |
| setParam ($key, $value) | |
| getParam ($key) | |
| getParams () | |
| compile (JsUtils $js=NULL) | |
| setParams ($params) | |
| addParams ($params) | |
| setDebug ($value) | |
| setVerbose ($value) | |
Additional Inherited Members | |
Data Fields inherited from BaseComponent | |
| $jquery_code_for_compile =array () | |
Protected Member Functions inherited from BaseComponent | |
| getParamsAsJSON ($params) | |
| setParamCtrl ($key, $value, $typeCtrl) | |
Protected Attributes inherited from BaseComponent | |
| $params =array () | |
| $js | |
| __construct | ( | $duration = 400, |
|
$easing = "swing", |
|||
$queue = false |
|||
| ) |
Definition at line 14 of file Animation.php.
| getScript | ( | ) |
Reimplemented from BaseComponent.
Definition at line 88 of file Animation.php.
| setDuration | ( | $value | ) |
An int determining how long the animation will run (in milliseconds).
| int | $value | default : 400 |
Definition at line 26 of file Animation.php.
| setEasing | ( | $value | ) |
A string indicating which easing function to use for the transition.
| string | $value | default : swing |
Definition at line 36 of file Animation.php.
| setQueue | ( | $value | ) |
A Boolean indicating whether to place the animation in the effects queue.
If false, the animation will begin immediately.
| Boolean | $value | default : true |
Definition at line 80 of file Animation.php.