|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.effects.AbstractEffect
griffon.effects.AbstractBasicEffect
griffon.effects.Opacity
class Opacity extends AbstractBasicEffect
Animates window opacity.
Parameters:
Shared parameters:
If a callback is supplied it will be called at the end of the animation, with the component and supplied parameters as arguments.
Contains code based on Kirill Grouchnikov's work on Onyx, licensed under BSD
see
| Field Summary |
|---|
| Fields inherited from class AbstractEffect | |
|---|---|
| params |
| Constructor Summary | |
Opacity(Map params = [:], Window window, Closure callback = null)
Creates a new Opacity effect. |
|
| Method Summary | |
|---|---|
protected void
|
doBeforePlay()
|
protected void
|
setupTimeline(org.pushingpixels.trident.Timeline timeline)
|
| Methods inherited from class AbstractEffect | |
|---|---|
| doBeforePlay, getParams, paramsInternal, run, setupTimeline, toString |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
Opacity(Map params = [:], Window window, Closure callback = null)
params - - set of optionswindow - - the window to animatecallback - - an optional callback to be executed at the end of the animation
| Method Detail |
|---|
protected void doBeforePlay()
protected void setupTimeline(org.pushingpixels.trident.Timeline timeline)
Groovy Documentation