Quiz 3
1. Which property moves an element without changing the layout flow?
2. What unit is used for 'transform: rotate()'?
3. Which property controls the speed of a CSS transition?
4. Which rule is used to create a CSS animation?
5. What value for 'animation-iteration-count' makes it repeat forever?
6. Which 'animation-fill-mode' applies styles before and after execution?
7. What does 'cubic-bezier' define?
8. Which transform function slants an element?
9. Which property is used for performance optimization of animations?
10. How do you double the size of an element using transform?
Previous Next