parallax-controller
v1.7.1
Published
Core classes and controller for creating parallax scrolling effects
Downloads
164,859
Maintainers
Readme
🕹 Parallax Controller
Core classes and controller for creating parallax scrolling effects. Designed to provide scroll based animations for elements relative to the view. Built for performance by caching important attributes that cause reflow and layout when accessing.
NPM Package
Via Yarn
yarn add parallax-controller
or NPM
npm install parallax-controller
Documentation
React Integration
If you're building with React use react-scroll-parallax
, a set of hooks and components to easily create effects and interact with the parallax-controller
.
yarn add react-scroll-parallax
See the React Scroll Parallax documentation for usage and demos.
Demos
This package was created for react-scroll-parallax, but can be used as a standalone lib. Most demos were built with react-scroll-parallax
.