ScrollMagic icon indicating copy to clipboard operation
ScrollMagic copied to clipboard

Problem with ScrollMagic verison 2.0.8

Open klivak opened this issue 4 years ago • 1 comments

Hi, I add "scrollmagic": "^2.0.8" to my project and import files to my js file:

import ScrollMagic from "scrollmagic"; import "scrollmagic/scrollmagic/uncompressed/plugins/debug.addIndicators";

And it gives me error: 08:00:05:835 (ScrollMagic.Scene) -> ERROR calling addIndicators() due to missing Plugin 'debug.addIndicators'. Please make sure to include plugins/debug.addIndicators.js

But when I set version to 2.0.7 -> it works well.

So, there is some problem with new version

klivak avatar Mar 20 '21 06:03 klivak

same issues here

kidzen avatar Nov 05 '24 17:11 kidzen