chrisgannon / ScrollLottie

Use GSAP ScrollTrigger to scroll through a Lottie animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrollLottie

Use GSAP ScrollTrigger to scroll through a Lottie animation with your mouse or scrollbar

Dependencies (you will need to run these yourself for it to work)

Codepen demo

https://codepen.io/chrisgannon/pen/7e302171605cbc4274ce44733189ffe9

Useage

//ScrollLottie (target: String, jsonPath: String, easeDuration: Number, speed: String "fast" | "medium" | "slow")

ScrollLottie({
 target: '#animationWindow',
 path: 'https://assets.codepen.io/35984/NASA_Worm_logo_scrollTrigger.json', 
 duration: 4, 
 speed: 'slow'
})

About

Use GSAP ScrollTrigger to scroll through a Lottie animation


Languages

Language:JavaScript 100.0%