janpaepke / ScrollMagic

The javascript library for magical scroll interactions.
http://ScrollMagic.io
Other
14.8k stars 2.17k forks source link

Cannot add Scene option 'tweenChanges' #1020

Open misaka10032s opened 1 year ago

misaka10032s commented 1 year ago

When using Vue router, I go to another page then go back, the "ScrollMagicPluginGsap" function called again and got error: [static] ScrollMagic.Scene -> Cannot add Scene option 'tweenChanges', because it already exists."

Can you provide a method to check if "ScrollMagic" has option like ScrollMagic.hasOption or not to generate error log?

WAGFS commented 1 year ago

When I use Vue router, I go to another page then go back, the "ScrollMagicPluginGsap" function called again and I get error: [static] ScrollMagic.Scene -> Cannot add Scene option 'tweenChanges', because it already exists."

Can you provide a method to check if "ScrollMagic" has option like ScrollMagic.hasOption or not to generate error log?

Is there a solution now? I also encountered this problem.