|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Animation in org.gwtbootstrap3.extras.animate.client.ui |
|---|
| Methods in org.gwtbootstrap3.extras.animate.client.ui with parameters of type Animation | ||
|---|---|---|
static
|
Animate.animate(T widget,
Animation animation)
Animate any element with specific animation. |
|
static
|
Animate.animate(T widget,
Animation animation,
int count)
Animate any element with specific animation. |
|
static
|
Animate.animate(T widget,
Animation animation,
int count,
int duration)
Animate any element with specific animation. |
|
static
|
Animate.animate(T widget,
Animation animation,
int count,
int duration,
int delay)
Animate any element with specific animation. |
|
| Uses of Animation in org.gwtbootstrap3.extras.animate.client.ui.constants |
|---|
| Methods in org.gwtbootstrap3.extras.animate.client.ui.constants that return Animation | |
|---|---|
static Animation |
Animation.fromStyleName(String styleName)
|
static Animation |
Animation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Animation[] |
Animation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Animation in org.gwtbootstrap3.extras.growl.client.ui |
|---|
| Methods in org.gwtbootstrap3.extras.growl.client.ui with parameters of type Animation | |
|---|---|
void |
GrowlOptions.setAnimation(Animation enter,
Animation exit)
Set Animation to Growl when it enters and exit the screen. |
| Uses of Animation in org.gwtbootstrap3.extras.notify.client.ui |
|---|
| Methods in org.gwtbootstrap3.extras.notify.client.ui with parameters of type Animation | |
|---|---|
void |
NotifySettings.setAnimation(Animation enter,
Animation exit)
Set Animation to Notify when it enters and exit the screen. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||