Home » CSS » Css miscellaneous » Question
  1. Which of the following property is used to define which properties a transition will be applied to?
    1. transition-wrap
    2. transition-style
    3. transition-property
    4. transition
    5. All of above
Correct Option: C

Syntax: transition-property: all | none | property-name-1 [,...property-name-N]



Your comments will be displayed only after manual approval.