Q. Which is not the value for CSS transition?
β
Correct Answer: (A)
translate
Explanation: CSS3 transition allows to change one CSS rule to another CSS rule gradually rather than instantaneously within a specific duration. There are four values specified in the syntax namely property, timing-function, transition-duration and delay.