parallax-controller icon indicating copy to clipboard operation
parallax-controller copied to clipboard

🕹 Core classes and controller for creating parallax scrolling effects.

Results 5 parallax-controller issues
Sort by recently updated
recently updated
newest added

Using `startScroll` and `scrollEnd` with an element that remains visible in the window and scrolling quickly may result in the incorrect end state of the animation. [Example Codesandbox](https://codesandbox.io/s/react-scroll-parallax-target-element-stop-early-forked-wwy5rt?file=/src/App.tsx) [See issue...

bug

Using `position: fixed` on a parallax element can cause seemingly unexpected behavior. To avoid this it is usually best to use a `targetElement` or `scrollStart` and `scrollEnd` to determine the...

documentation

Sometimes users want the animation to begin at the middle of the screen instead of at the bottom. Or they want the animation to end early before the element leaves...

enhancement

Large translate effects are miscalculated depending on the height of the view.

bug

Consider adding `speedX` and `speedY` to control movement on a single axis no matter the scroll axis. https://github.com/jscottsmith/react-scroll-parallax/issues/141

enhancement