In CSS transitions, which property defines the property to which the transition effect should apply?
- transition-effect
- transition-property
- transition-subject
- transition-target
The transition-property property in CSS defines the specific property to which the transition effect should be applied. For example, transition-property: width; would apply the transition effect to the width property.
Loading...
Related Quiz
- What does the position: relative; CSS rule do to an element?
- When multiple declarations have equal specificity, the last declaration found in the CSS __________ will apply.
- Icon fonts are typically included in HTML using the ________ element.
- The ________ value of the animation-direction property in CSS is used to alternate the animation cycle.
- How can the !important rule in CSS be used in styling?