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
Derek Ellis
05/04/2022, 7:39 PM
Have you tried using CSS animations?
d
d.medina
05/04/2022, 7:55 PM
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
Derek Ellis
05/04/2022, 8:18 PM
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.