Home » HTML » Html miscellaneous » Question
  1. Which value specifies a length of the transition effect?
    1. timing-function
    2. delay
    3. property
    4. transition-duration
    5. None of these
Correct Option: D

The value of transition-duration specifies a length of the transition effect. The value is specified in milliseconds (ms) and seconds (s). E.g. 190ms and 0.8s.



Your comments will be displayed only after manual approval.