| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Method and Description |
|---|---|
JQueryElement |
JQueryElement.animate(Object properties,
AnimateOptions options)
Perform a custom animation of a set of CSS properties.
|
JQueryElement |
JQueryElement.fadeIn(AnimateOptions options)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeOut(AnimateOptions options)
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeToggle(AnimateOptions options)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.hide(AnimateOptions options)
Hide the matched elements.
|
JQueryElement |
JQueryElement.show(AnimateOptions options)
Display the matched elements.
|
JQueryElement |
JQueryElement.slideDown(AnimateOptions options)
Display the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideToggle(AnimateOptions options)
Display or hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideUp(AnimateOptions options)
Hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.toggle(AnimateOptions options)
Display or hide the matched elements.
|
Copyright © 2017. All rights reserved.