org.cruxframework.crux.core.client.css.animation
Interface StandardAnimationResources

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle

public interface StandardAnimationResources
extends com.google.gwt.resources.client.ClientBundle

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
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Field Summary
static StandardAnimationResources INSTANCE
           
 
Method Summary
 com.google.gwt.resources.client.CssResource css()
           
 

Field Detail

INSTANCE

static final StandardAnimationResources INSTANCE
Method Detail

css

@ClientBundle.Source(value="animate.css")
com.google.gwt.resources.client.CssResource css()


Copyright © 2014. All rights reserved.