clone() → {Phaser.Frame}
Clones this Frame into a new Phaser.Frame object and returns it.Note that all properties are cloned, including the name, index and UUID.
Returns
Phaser.Frame - An exact copy of this Frame object.
Source code: animation/Frame.js (Line 183)