Method Summary |
|
public void | setAfterCls(String afterCls) A css class to apply after the effect. |
public void | setAfterStyle(String afterStyle) A style specification string, e.g. |
public void | setAfterStyle(GenericConfig afterStyle) A style specification that will be applied to the Element after the effect finishes. |
native public void | setAfterStyle(Function fn) A style specification function which returns such a specification that will be applied to the
Element after the effect finishes. |
native public void | setCallback(Function callback) A function called when the effect is finished. |
public void | setConcurrent(boolean concurrent) Whether to allow subsequently-queued effects to run at the same time as the current effect, or to ensure that they run in sequence. |
public void | setDuration(float duration) The length of time (in seconds) that the effect should last. |
public void | setEasing(Easing easing) An Easing value for the effect. |
public void | setEndOpacity(float endOpacity) The end opacity after the effect completed. |
public void | setRemove(boolean remove) Whether the Element should be removed from the DOM and destroyed after the effect finishes. |
public void | setStopFx(boolean stopFx) Whether subsequent effects should be stopped and removed after the current effect finishes. |
public void | setUseDisplay(boolean useDisplay) |