Skip to content

Pauline-Oraro/cocktail-craze

Repository files navigation

Cocktail Craze ~ A modern cocktail website built with React and TailwindCSS, featuring smooth GSAP animations

GSAP ~ A robust JavaScript animation library

gsap.to() method is used to animate elements from their current state to a new state.

gsap.from() method is used to animate elements from a new state to their current state.

gsap.fromTo() method is used to animate elements from a new state to a new state.

gsap.timeline() method is used to create a timeline instance that can be used to manage multiple animations.

gsap stagger is a feature that allows you to apply animations with a staggered delay to a group of elements.

gsap scroll trigger is a plugin that allows you to create animations that are triggered by the scroll position of the page.

gsap text is used to animate text. Can use these methods; gsap.to(), gsap.from(), gsap.fromTo() and gsap.timeline() to animate texts.

Releases

No releases published

Packages

No packages published