multiple animations with transition on one of them
Hey everyone, I've got this code
12 Replies
I want to also scale the icons, with a delay between each one, so I did this:
and on each Icon, I have a separate
transition-delay
the email Icon has no transition-delay
the discord has 300,
github has 600well, u can maybe do it with css
but it's easier to do it with js
only problem I am having is, I want the scaling to transition, to be smooth
for some reason, I can't get it to transition from 1-2 and then back 2-1
I put transition: scale 1s; but it doesn't work
check out kevins latest video
Kevin Powell
YouTube
10 CSS animation tips and tricks
CSS transitions and animations can be a lot of fun, and there are so many neat tips and tricks you can do with them!
🔗 Links
✅ The CSS challenge video: https://youtu.be/gE5PnHcv3RI
✅ More on prefers-reduced-motion: https://youtu.be/zT9Ftmw0-uc
✅ More information on @property on the MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/@propert...
this might help you
perfect, thanks
took me awhile but I got it, and it was thanks to a trick in that video
thanks again @ʙᴏᴏʙ 2.0
will have to reduce animation for prefers-reduced-motion of of course
thank Kevin.. i was just recommending xD
but anyways , Welcome
@Kevin thanks! xD