phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
Animation Class Reference

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
 

Detailed Description

Composant JQuery UI Animation property.

Author
jc
Version
1.001

Definition at line 12 of file Animation.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $duration = 400,
  $easing = "swing",
  $queue = false 
)

Definition at line 14 of file Animation.php.

Member Function Documentation

◆ getScript()

getScript ( )

Reimplemented from BaseComponent.

Definition at line 88 of file Animation.php.

◆ setDuration()

setDuration (   $value)

An int determining how long the animation will run (in milliseconds).

Parameters
int$valuedefault : 400

Definition at line 26 of file Animation.php.

◆ setEasing()

setEasing (   $value)

A string indicating which easing function to use for the transition.

Parameters
string$valuedefault : swing

Definition at line 36 of file Animation.php.

◆ setQueue()

setQueue (   $value)

A Boolean indicating whether to place the animation in the effects queue.

If false, the animation will begin immediately.

Parameters
Boolean$valuedefault : true

Definition at line 80 of file Animation.php.


The documentation for this class was generated from the following file: