After animation?
So I have a card where if you hover then it scales up. If you remove hover it scales back to normal instantly. How do I make the scaling out as an animation as well?
2 Replies
You need to specify what the transition applies to. If you're scaling with
transform, then it would be transition: transform 1s easewell u won't need animation here it'll go like this