DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
CSS Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
CSS
What is the key difference between a CSS transition and a CSS @keyframes animation?
A
Transitions can only animate color, animations can animate any property
B
Transitions require an external trigger (hover, class change) and animate between two states; animations are self-contained, can have multiple stages, run automatically, and can loop
C
There is no functional difference, only different syntax
D
Animations only work in Chrome
Check Answer