org.cruxframework.crux.core.client.css.animation
Class StandardAnimation
java.lang.Object
org.cruxframework.crux.core.client.css.animation.Animation<com.google.gwt.resources.client.CssResource>
org.cruxframework.crux.core.client.css.animation.StandardAnimation
public class StandardAnimation
- extends Animation<com.google.gwt.resources.client.CssResource>
Create animations based on animate.css library
Animate.css - http://daneden.me/animate
Copyright (c) 2013 Daniel Eden
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardAnimation
public StandardAnimation(StandardAnimation.Type animationType)
getAnimationType
public StandardAnimation.Type getAnimationType()
getCssResource
protected com.google.gwt.resources.client.CssResource getCssResource()
- Description copied from class:
Animation
- Retrieve the CssResource that declare the animation rules used by this animation.
- Specified by:
getCssResource in class Animation<com.google.gwt.resources.client.CssResource>
- Returns:
getAnimationName
protected String getAnimationName()
- Description copied from class:
Animation
- Retrieve the name of the css animation rule used to animate the element
- Specified by:
getAnimationName in class Animation<com.google.gwt.resources.client.CssResource>
- Returns:
Copyright © 2014. All rights reserved.