An open API service indexing awesome lists of open source software.

https://github.com/alaouimehdi1995/js-parallaxe

Parallax Effect on a website page
https://github.com/alaouimehdi1995/js-parallaxe

javascript javascript-library js-parallaxe parallax parallax-web web website

Last synced: 23 days ago
JSON representation

Parallax Effect on a website page

Awesome Lists containing this project

README

          

Parallaxe Effect:


This project contains 4 importants files:

index.html:


-The web page that shows the parallaxe effect

js/parallaxe.js:


-Contains the main function of parallaxing objects for desktop version

js/mobileParallaxe.js:


-Contains the main function of parallaxing objects for mobile version

js/main.js:


-The link between the html file and parallaxe function (edit objects that should move, move's degree, etc.)