Skip to content

Files

Latest commit

 

History

History
14 lines (9 loc) · 1.04 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.04 KB

Parallax-effect travel website by HTML, CSS & JS

the screenshot of the app large screen

Live Demo

This is a travel website which has a very unique JavaScript 3D parallax effect. Build with HTML, CSS & JS

I used three additional resources to get this parallax effect. Huge thanks to @developedbyed for tutoring this to me.

The CDNs from https://greensock.com -

  • https://greensock.com/tweenmax/ - TweenMax lets you animate literally any property of any object that JavaScript can touch (CSS, SVG, React, Vue, Three.js, canvas, motion paths, generic objects, etc.).
  • https://scrollmagic.io/ - ScrollMagic helps you to easily react to the user's current scroll position. Basically combine with the above and helps in scroll animation.
  • https://greensock.com/scrollmagic/ - A GSAP plugin to allow ScrollMagic to take control of your tweens