Groovy Documentation

griffon.effects
[Groovy] Class DropIn

java.lang.Object
  griffon.effects.AbstractEffect
      griffon.effects.ParallelEffect
          griffon.effects.DropIn

class DropIn
extends ParallelEffect

Fades in and moves a window.

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.

Authors:
Andres Almiray


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

Creates a new DropIn effect.

 
Method Summary
protected void doBeforePlay()

List makeEffects()

 
Methods inherited from class ParallelEffect
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

DropIn

DropIn(Map params = [:], Window window, Closure callback = null)
Creates a new DropIn 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()


makeEffects

List makeEffects()


 

Groovy Documentation