ScrollMagic
ScrollMagic copied to clipboard
The javascript library for magical scroll interactions.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Hi, I was reading through the docs, as I'd like to use ScrollMagic to trigger some Anime.js but I noticed there are some missing links right on the 'get started'...
Multiple fade in elements causing tween override warning on console How can I resolve this issue? Below is my function let controllerFade = new ScrollMagic.Controller(); ``` $('.fade-in').each(function() { let tween...
Hi everyone, i am in need of little help. Trying to achieve the same effect as this one: https://codepen.io/inf3cti0n95/pen/WwrVYo The problem i am getting is that picture from next scene...
use fullpage.js and scrollmagic,the pine is not work
I like typescript and ScrollMagic, but ScrollMagic doesn't support typescript. If you can't support typescript DefinitelyTyped, I'd like to contribute to the code. thx.
I have read and tried seemingly every approach that exists to import ScrollMagic with gsap while using webpack on the frontend, but I cannot get past this error for the...
Is there a way to activate ScrollMagic with Next.js ?
Hi guys, I'm new to ScrollMagic and I really would like to now how to make the first scrolling animation that appears on the scrollmagic demo website: https://scrollmagic.io/ I mean...
I was able to finally get this working with webpack if anyone else is trying to do the same: package.json ``` "devDependencies": { "webpack": "^2.2.0", "imports-loader": "^0.7.0" }, "dependencies": {...