Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
After animation? - Kevin Powell - Community
KP-C
Kevin Powell - Community
•
3y ago
•
2 replies
Soum
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
?
.card:hover {
transition: ease 1s;
}
.card:hover {
transition: ease 1s;
}
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.
36,263
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Buttons "jump" after hover animation
KP-C
Kevin Powell - Community / front-end
3y ago
how to add delay after animation?
KP-C
Kevin Powell - Community / front-end
2y ago
How to remove animation after it finishes
KP-C
Kevin Powell - Community / front-end
3y ago
JavaScript Scroll Animation Tutorial: Web Animations API
KP-C
Kevin Powell - Community / front-end
4y ago