transform-delay
transition-delay
transform-duration
none of the mentioned
Answer is Right!
Answer is Wrong!
The correct answer is: A. transform-delay
The transform-delay
property defines when the transition will start and it allows a transition to begin execution some some period of time from when it is applied.
The transition-duration
property defines the duration of the transition.
The transform
property defines the transformation to be applied to an element.
The none of the mentioned
option is incorrect because it does not include the correct answer.