| Package | Description |
|---|---|
| gwt.material.design.client.ui.animate |
| Modifier and Type | Method and Description |
|---|---|
static Transition |
Transition.fromStyleName(String styleName) |
static Transition |
Transition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transition[] |
Transition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MaterialAnimator.animate(Transition transition,
com.google.gwt.user.client.ui.Widget w,
int delayMillis) |
static void |
MaterialAnimator.animate(Transition transition,
com.google.gwt.user.client.ui.Widget w,
int delayMillis,
boolean infinite) |
static void |
MaterialAnimator.animate(Transition transition,
com.google.gwt.user.client.ui.Widget w,
int delayMillis,
int durationMillis) |
static void |
MaterialAnimator.animate(Transition transition,
com.google.gwt.user.client.ui.Widget w,
int delayMillis,
int durationMillis,
Runnable callback,
boolean infinite) |
static void |
MaterialAnimator.animate(Transition transition,
com.google.gwt.user.client.ui.Widget w,
int delayMillis,
Runnable callback) |
MaterialAnimation |
MaterialAnimation.transition(Transition transition) |
Copyright © 2016. All rights reserved.