play(frameRate, loop, killOnComplete) → {Phaser.Animation}
Plays this animation.
Parameters
Name Type Argument Default Description frameRate number <optional> null The framerate to play the animation at. The speed is given in frames per second. If not provided the previously set frameRate of the Animation is used. loop boolean <optional> false Should the animation be looped after playback. If not provided the previously set loop value of the Animation is used. killOnCom