griffon.effects
[Groovy] Interface BasicEffect
griffon.effects.Effect
griffon.effects.BasicEffect
- All Superinterfaces:
- Effect
interface BasicEffect
extends Effect
Base class for all basic Effects.
The following parameters are shared across all effects unless otherwise specified
- duration: long, how long should the animation take. default: 500l
- delay: long, wait time before the animation starts. default: 0l
- ease: TimelineEase. default: Linear
- wait: boolean. Force the caller thread to wait until the effects finishes. default: false
- Authors:
- Andres Almiray
Groovy Documentation