public final class UpdateConfiguration extends JavaScriptObjectContainer
| Constructor and Description |
|---|
UpdateConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDuration()
Returns the time for the animation of the redraw in milliseconds.
|
Easing |
getEasing()
Returns the animation easing function.
|
boolean |
isLazy()
If true, the animation can be interrupted by other animations
|
void |
setDuration(int milliseconds)
Sets the time for the animation of the redraw in milliseconds.
|
void |
setEasing(Easing easing)
Sets the animation easing function.
|
void |
setLazy(boolean intersect)
If true, the animation can be interrupted by other animations.
|
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, typepublic void setEasing(Easing easing)
easing - animation easing function.Easingpublic Easing getEasing()
Easing.easeOutQuart.Easingpublic void setDuration(int milliseconds)
milliseconds - time for the animation of the redraw in milliseconds.public int getDuration()
public void setLazy(boolean intersect)
intersect - if true, the animation can be interrupted by other animations.public boolean isLazy()