The ‘transition-property’ property specifies the name of the CSS property to which the transition is applied.
Overview tableall
transitionProperty
transition-property: all
transition-property: none
transition-property: propertyname
div:hover{
background-color: red;
height: 100px;
width: 100px;
transition-property: height, width;
transition-duration:3s;
}
Notes Remarks
The version of this property using a vendor prefix, -ms-transition-property, has been deprecated. To ensure compatibility in the future, applications using this property with a vendor prefix should be updated accordingly.
Standards informationtransition-property
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4