Replies: 2 comments 1 reply
-
Hi @luglio7, I'm glad you're enjoying Shifty! I think you could implement something like this with Shifty. If it were me, I'd initiate a vertical scroll tween whenever a You could probably achieve more exact inertia with a physics library (like box2d.js), but I'm not sure that the end result would be worth the additional complexity. |
Beta Was this translation helpful? Give feedback.
-
I used Lenis (https://lenis.studiofreight.com/) to add smooth scroll and used a simple linear tween, the result is quite good in my opinion |
Beta Was this translation helpful? Give feedback.
-
I need to replicate the vertical scroll animation of this website: https://www.elite-designstudio.com/
It is "just" an infinite linear tweening which is not complicated to me, what is challenging is the acceleration on scroll.
I don't know if this can be implemented via Shifty or if I need to code 100% custom code for the animation.
What I'm thinking is to just tween the elements and get the "acceleration" via the native page scroll. Any other ideas would be great.
Great mini library, love it.
Beta Was this translation helpful? Give feedback.
All reactions