I want to animate composable showing up after a de...
# compose-web
d
I want to animate composable showing up after a delay to animate a page being built and later animate some of the things on the page over time. are there ways to do this?
d
Have you tried using CSS animations?
d
Not yet. as someone new to web the more things that i can make feel like a mobile app the better its easyer for me to conceptualize my experience with css have been mixed
d
Well for whatever it's worth a CSS animation is the typical way of achieving this on the web. It has built in delay functionality.
👍🏼 1
d
Its worth a lot tbh.