Groovy Documentation

griffon.effects
[Groovy] Class Shake

java.lang.Object
  griffon.effects.AbstractEffect
      griffon.effects.ChainedEffect
          griffon.effects.Shake

class Shake
extends ChainedEffect

Shakes a component.

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
Shake(Map params = [:], Component component, Closure callback = null)

Creates a new Shake effect.

 
Method Summary
List makeEffects()

 
Methods inherited from class ChainedEffect
run, 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

Shake

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


 
Method Detail

makeEffects

List makeEffects()


 

Groovy Documentation