ScrollMagic icon indicating copy to clipboard operation
ScrollMagic copied to clipboard

The javascript library for magical scroll interactions.

Results 119 ScrollMagic issues
Sort by recently updated
recently updated
newest added

I have no idea how to use ScrollMagic with vue nuxt. If any one know how to, thank you in advance

Definitely an edge case, but unfortunately one which has snagged me: If I set css: `body {zoom: 1.1;}` and then try to pin any element to the page, the element...

Hello, I was hoping someone might have some insight on what I might be doing wrong, or if perhaps this is a scrollmagic limitation. My attempts are based on the...

Hello, I'm using scrollMagic and it works well globally. However, I encounter a difficulty, I don't find how can I get the ID of the current element in the progress...

I have a pinned container of height 100vh and scene as: **let scene = new ScrollMagic.Scene({ duration: 7000, triggerElement: intro, triggerHook: 0 }) .addIndicators() .setPin(intro) .addTo(controller);** and I want to...

``` const containerAnimation = this.$scrollmagic.scene({ triggerElement: this.$refs.screenSection, triggerHook: 0.5, duration: 300, offset: 850 }) .setTween(this.$refs.screenContainer.$el, { css: { 'max-width': '1600px' } }) .setTween(this.$refs.screenElement, { css: { border: '50px solid #474747',...

When requires ScrollMagic with its jQuery Plugin and then pack them with webpack, it says: ``` WARNING in ./~/ScrollMagic/scrollmagic/uncompressed/ScrollMagic.js There are multiple modules with names that only differ in casing....

Does anyone know how to recreate the scroll effect found on this Daft Punk site? https://pitchfork.com/features/cover-story/reader/daft-punk/ There there are several images on the left and text on the right, and...

Hello, is there any way to have onEnter event triggered while scrolling up, when I have duration option set to 0 (default) and reverse on true? Or am I missing...

Hi, hope you're all well under these circumstances! I have an issue whereby the text I'm animating with Scroll Magic jumps to the right at the end of the scroll...