Skip to content

Instantly share code, notes, and snippets.

@yorkfx
Created March 17, 2020 19:33
Show Gist options
  • Save yorkfx/67b118466fe0dda46046692923a89652 to your computer and use it in GitHub Desktop.
Save yorkfx/67b118466fe0dda46046692923a89652 to your computer and use it in GitHub Desktop.
Total Frames Timeline
console.log("mc - mc.currentFrame", mc.currentFrame);
console.log("mc - mc.totalFrames", mc.totalFrames);
console.log("mc - mc.timeline.duration", mc.timeline.duration);
console.log("mc - mc.duration", mc.duration);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment