Shake
class Shake(val strengthX: Double, val strengthY: Double, val oscillations: Int, val framesPerSecond: Int) : Animation
Provides an animation which has a shaking effect with a specified strengthX, strengthY and number of oscillations. The strengthX and strengthY should be specified within the normalised range of 0-1. The framesPerSecond specifies how many frames of the animation are displayed per second.