checkFrameName(name) → {boolean}
Check if there is a Frame with the given name.
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the frame you want to check. |
Returns
boolean -
True if the frame is found, otherwise false.
- Source code: animation/FrameData.js (Line 89)
Please login to continue.