{"id":22477,"date":"2013-07-19T20:37:49","date_gmt":"2013-07-20T03:37:49","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=22477"},"modified":"2019-08-12T09:59:56","modified_gmt":"2019-08-12T16:59:56","slug":"transition-delay","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/almanac\/properties\/t\/transition-delay\/","title":{"rendered":"transition-delay"},"content":{"rendered":"

The transition-delay<\/code> property, normally used as part of transition<\/code> shorthand, is used to define a length of time to delay the start of a transition.<\/p>\n

.delay-me {\r\n  transition-delay: 0.25s;\r\n}<\/code><\/pre>\n

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