public class StandardAnimation extends Animation<com.google.gwt.resources.client.CssResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
StandardAnimation.Type |
Animation.Callback| Constructor and Description |
|---|
StandardAnimation(StandardAnimation.Type animationType) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAnimationName()
Retrieve the name of the css animation rule used to animate the element
|
StandardAnimation.Type |
getAnimationType() |
protected com.google.gwt.resources.client.CssResource |
getCssResource()
Retrieve the CssResource that declare the animation rules used by this animation.
|
public StandardAnimation(StandardAnimation.Type animationType)
public StandardAnimation.Type getAnimationType()
protected com.google.gwt.resources.client.CssResource getCssResource()
AnimationgetCssResource in class Animation<com.google.gwt.resources.client.CssResource>protected String getAnimationName()
AnimationgetAnimationName in class Animation<com.google.gwt.resources.client.CssResource>Copyright © 2015. All rights reserved.