Parallax without any parallax plugins. Uses TweenMax to animate the layers but that can easily be swapped out with another (vanilla JS) solution.
Image Courtesy of Epic Games: Robo Recall
- open command Prompt/Terminal in working directory and run: yarn install
- after dependencies are installed run yarn start and a browser window should pop up on page 'http://localhost:3000'
The 'goods' are in the src folder. Check out App.js and Parallax.js / Parallax.sass! Enjoy!