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
medium
CSS
What's a real downside of using `transition: all` instead of listing specific properties?
A
all is not valid CSS syntax
B
It animates every animatable property that changes, including unintended ones, and is more expensive for the browser to track than a specific known list
C
all only works with the ease timing function
D
There is no downside, it's always preferable
Check Answer