org.odlabs.wiquery.core.effects.fading
Class FadeIn
java.lang.Object
org.odlabs.wiquery.core.effects.Effect
org.odlabs.wiquery.core.effects.fading.FadeIn
- All Implemented Interfaces:
- Serializable, ChainableStatement
public class FadeIn
- extends Effect
$Id$
Defines the fade in Effect
. A fade in consists to make a component appear with
a fade effect.
- Since:
- 0.5
- Author:
- Lionel Armanet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FadeIn
public FadeIn()
- Creates this effect
FadeIn
public FadeIn(EffectSpeed effectSpeed)
- Creates this effect with the given
EffectSpeed
.
chainLabel
public String chainLabel()
- Returns:
- the statement label (like
each
, css
...)
Copyright © 2012. All Rights Reserved.