Groovy Documentation

griffon.effects
[Groovy] Class Appear

java.lang.Object
  griffon.effects.AbstractEffect
      griffon.effects.AbstractBasicEffect
          griffon.effects.Opacity
              griffon.effects.Appear

class Appear
extends Opacity

Make a window appear.

Animates the window's opacity from its current value (or 0.0f) to 1.0f.

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.

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class AbstractEffect
params
 
Constructor Summary
Appear(Map params = [:], Window window, Closure callback = null)

Creates a new Appear effect.

 
Method Summary
protected void doBeforePlay()

 
Methods inherited from class Opacity
doBeforePlay, setupTimeline
 
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

Appear

Appear(Map params = [:], Window window, Closure callback = null)
Creates a new Appear effect.
Parameters:
params - - set of options
window - - the window to animate
callback - - an optional callback to be executed at the end of the animation


 
Method Detail

doBeforePlay

protected void doBeforePlay()


 

Groovy Documentation