{"id":22460,"date":"2013-07-19T14:47:01","date_gmt":"2013-07-19T21:47:01","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=22460"},"modified":"2013-07-19T20:41:45","modified_gmt":"2013-07-20T03:41:45","slug":"transition-property","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/t\/transition-property\/","title":{"rendered":"transition-property"},"content":{"rendered":"

The transition-property<\/code> property, normally used as part of transition<\/code> shorthand, is used to define what property, or properties, you want to apply a transition effect to.<\/p>\n

This is done by providing the name of the property as the value:<\/p>\n

.example {\r\n    transition-property: color;\r\n}<\/code><\/pre>\n

The value can be one of the following:<\/p>\n