Problem Statement
Which of the following is NOT part of a transition shorthand?
Explanation
`transition` shorthand includes property, duration, timing-function, and delay. `iteration-count` belongs to animations, not transitions.
Code Solution
SolutionRead Only
div { transition: all 0.5s ease-in-out; }Practice Sets
This question appears in the following practice sets:
