Skip to content

dumaaas/explore-parallax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧭 explore-parallax

Static webpage built with Parallax + JavaScript + CSS + HTML. Simple demonstration of Parallax using scene, timeline and controller.

πŸ‘¨β€πŸ’» How to install?

// clone project to the wished directory
git clone https://github.com/dumaaas/explore-parallax.git
// open index.html page

πŸ“ Text editor

Visual Studio Code

πŸš€ Tech/framework

  • CSS
  • HTML
  • JavaScript

πŸ“š Library used

  • GSAP3 - It animates anything JavaScript can touch (CSS properties, canvas library objects, SVG, React, Vue, generic objects, whatever)
  • ScrollMagic - The javascript library for scroll interactions. Helps you to easily react to the user's current scroll position
  • AnimationGsap.js - To allow ScrollMagic to take control of your tweens, you will also need the GSAP plugin