static void |
WebAnimationToggles.hideAnimationClass(HTMLAnimationPanel panel,
java.lang.Class<? extends Locatable> locatableClass) |
Set a class to be shown in the animation to false.
|
static void |
WebAnimationToggles.setTextAnimationTogglesFull(HTMLAnimationPanel panel) |
Set all commonly used animation on, and create the toggles on the left hand side.
|
static void |
WebAnimationToggles.setTextAnimationTogglesStandard(HTMLAnimationPanel panel) |
Set the most common animation on, and create the toggles on the left hand side.
|
static void |
WebAnimationToggles.showAnimationClass(HTMLAnimationPanel panel,
java.lang.Class<? extends Locatable> locatableClass) |
Set a class to be shown in the animation to true.
|
static void |
WebAnimationToggles.showAnimationFull(HTMLAnimationPanel panel) |
Set all commonly used animation on, and create the toggles on the left hand side.
|
static void |
WebAnimationToggles.showAnimationStandard(HTMLAnimationPanel panel) |
Set the most common animation on, and create the toggles on the left hand side.
|