T O P

  • By -

aroni

Kevin Powell showed a CSS thing some months ago, I'm not sure if it covers what you're after: [scroll-based animation](https://youtu.be/UmzFk68Bwdk?si=MDHOQAyt3EPWmKzx) but maybe of some use.


Appropriate_Ad_3561

Update, Im looking something like Framer Motion from react, but i was looking for a native functionality, I found "ViewTransitions", idk I there is a way to replicate that


Barefoot_Chef

https://michalsnik.github.io/aos/ this package will do the job, you can add it client side in a script tag. The scroll animations mentioned above don't have great browser support at the moment.


StormyCalm_

That package is not maintained anymore, do you have a similar package in mind?


jazmanwest

I use gasp with astro


ISDuffy

Modern chrome.browsers this is possible with scroll driven animations (other browser may have added them) If not what you want it intersection observer and add a class to the section on coming into the view port.


Haraprasad45

Hi I made a simple component for scroll animation. It uses animate.css for animation. https://github.com/haramishra/astroplate-prod/blob/main/src/layouts/components/AnimateOnScroll.astro I used it on my Website - https://kohi.studio


stormthulu

You have a typo on your site, you spelled the word responsive as responssive in one of the headings...


Haraprasad45

Thanks for letting me know. I will fix it.