Closed ghost closed 4 years ago
Apparently he is trying to get the current Artboard timeline, but the timeline belongs to the project and not to Artboard
Solve changing
var js = AnimationExport.generate(artboard, 'anipa') to var js = AnimationExport.generate(project, 'anipa')
in ExportManager.js
But it doesn't make much sense for the timeline to be part of the project, it should belong to Artboard
hi @danielmalencar
Thanks for your reporting.
I fixed it now.
please refresh to https://editor.easylogic.studio
Error: this.artboard.getSelectedTimelineLastTime is not a function