程序包 | 说明 |
---|---|
org.opencms.gwt.client.util |
Utility classes for GWT.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsFadeAnimation |
CmsFadeAnimation.fadeIn(com.google.gwt.dom.client.Element element,
com.google.gwt.user.client.Command callback,
int duration)
Fades the given element into view executing the callback afterwards.
|
static CmsFadeAnimation |
CmsFadeAnimation.fadeOut(com.google.gwt.dom.client.Element element,
com.google.gwt.user.client.Command callback,
int duration)
Fades the given element out of view executing the callback afterwards.
|