|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.core.BaseConfig
com.gwtext.client.core.AnimationConfig
public class AnimationConfig
Configuration class for amination settings.
BaseElement| Field Summary |
|---|
| Fields inherited from class com.gwtext.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
AnimationConfig()
|
|
| Method Summary | |
|---|---|
void |
setCallback(Function callback)
A function to execute when the anim completes. |
void |
setDuration(float duration)
The duration of the animation in seconds |
void |
setEasing(com.gwtext.client.animation.Easing easing)
The Easing method. |
| Methods inherited from class com.gwtext.client.core.JsObject |
|---|
getJsObj, getProperties, isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnimationConfig()
| Method Detail |
|---|
public void setDuration(float duration)
duration - defaults to 0.35public void setEasing(com.gwtext.client.animation.Easing easing)
easing - defaults to Easing.EASE_NONEpublic void setCallback(Function callback)
callback - the callback function
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||