Skip to main content

Quiz: CSS Transitions

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. Why should you avoid 'transition: all' in production code?

2. How can you animate an element from zero height to its content height?

3. Why should you use 'visibility' alongside 'opacity' when hiding elements?