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
- Host: GitHub
- URL: https://github.com/alaouimehdi1995/js-parallaxe
- Owner: alaouimehdi1995
- Created: 2017-03-17T17:47:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T21:46:10.000Z (about 9 years ago)
- Last Synced: 2025-03-26T14:54:36.578Z (over 1 year ago)
- Topics: javascript, javascript-library, js-parallaxe, parallax, parallax-web, web, website
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.)