{"id":22467,"date":"2013-07-19T15:39:00","date_gmt":"2013-07-19T22:39:00","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=22467"},"modified":"2013-07-19T20:43:29","modified_gmt":"2013-07-20T03:43:29","slug":"transition-duration","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/t\/transition-duration\/","title":{"rendered":"transition-duration"},"content":{"rendered":"

The transition-duration<\/code> property, normally used as part of transition<\/code> shorthand, is used to define the duration of a specified transition. That is, the length of time it will take for the targeted element to transition between two defined states.<\/p>\n

.example {\r\n    transition-duration: 3s;\r\n}<\/code><\/pre>\n

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