org.cruxframework.crux.core.client.css.animation
Class StandardAnimation

java.lang.Object
  extended by org.cruxframework.crux.core.client.css.animation.Animation<com.google.gwt.resources.client.CssResource>
      extended by 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

Nested Class Summary
static class StandardAnimation.Type
           
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.client.css.animation.Animation
Animation.Callback
 
Constructor Summary
StandardAnimation(StandardAnimation.Type animationType)
           
 
Method Summary
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.
 
Methods inherited from class org.cruxframework.crux.core.client.css.animation.Animation
animate, animate, animate, animate, getAnimationCssTrigger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardAnimation

public StandardAnimation(StandardAnimation.Type animationType)
Method Detail

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.