| Package | Description |
|---|---|
| org.odlabs.wiquery.core.effects | |
| org.odlabs.wiquery.core.effects.basic | |
| org.odlabs.wiquery.core.effects.fading | |
| org.odlabs.wiquery.core.effects.sliding |
| Modifier and Type | Method and Description |
|---|---|
EffectSpeed |
AnimateDuration.getEffectSpeed() |
static EffectSpeed |
EffectSpeed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectSpeed[] |
EffectSpeed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnimateDuration.setEffectSpeed(EffectSpeed effectSpeed)
Set the speed with
EffectSpeed |
| Constructor and Description |
|---|
AnimateDuration(EffectSpeed effectSpeed)
Constructor
|
Effect(EffectSpeed effectSpeed,
CharSequence... parameters)
Creates a new effect.
|
Effect(EffectSpeed effectSpeed,
JsScope callback,
CharSequence... parameters)
Creates a new effect.
|
| Constructor and Description |
|---|
Hide(EffectSpeed effectSpeed)
Creates this effect with the given
EffectSpeed. |
Show(EffectSpeed effectSpeed)
Creates this effect with the given
EffectSpeed. |
Toggle(EffectSpeed effectSpeed)
Creates this effect with the given
EffectSpeed. |
| Constructor and Description |
|---|
FadeIn(EffectSpeed effectSpeed)
Creates this effect with the given
EffectSpeed. |
FadeOut(EffectSpeed effectSpeed)
Creates this effect with the given
EffectSpeed. |
FadeTo(EffectSpeed effectSpeed,
float opacity)
Constructs a new fadeto effect executing at the given
EffectSpeed
and fading to the given opacity. |
| Constructor and Description |
|---|
SlideDown(EffectSpeed effectSpeed)
Creates this effect with the given
EffectSpeed. |
SlideToggle(EffectSpeed effectSpeed)
Creates this effect with the given
EffectSpeed. |
SlideUp(EffectSpeed effectSpeed)
Creates this effect with the given
EffectSpeed. |
Copyright © 2009-2012. All Rights Reserved.