public class CmsMoveAnimation extends A_CmsAnimation
m_callback| 构造器和说明 |
|---|
CmsMoveAnimation(com.google.gwt.dom.client.Element element,
int startTop,
int startLeft,
int endTop,
int endLeft,
com.google.gwt.user.client.Command callback)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
onUpdate(double progress) |
onCompletepublic CmsMoveAnimation(com.google.gwt.dom.client.Element element,
int startTop,
int startLeft,
int endTop,
int endLeft,
com.google.gwt.user.client.Command callback)
element - the elementstartTop - the start topstartLeft - the start leftendTop - the end topendLeft - the end leftcallback - the call-back to execute on complete