W3Schools.com

CSS Reference

CSS Reference
CSS Selectors
CSS Reference Aural
CSS Web Safe Fonts
CSS Units
CSS Colors
CSS Color Values
CSS Color Names
CSS Color HEX
CSS3 Browser Support

CSS Properties

CSS3 transition-delay Property

CSS Reference Complete CSS Reference

Example

Wait 2 seconds before the transition effect starts:

transition-delay: 2s;
-moz-transition-delay: 2s; /* Firefox 4 */
-webkit-transition-delay: 2s; /* Safari and Chrome */
-o-transition-delay: 2s; /* Opera */

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The transition-delay property is not supported in any browsers.

Firefox 4 supports an alternative, the -moz-transition-delay property.

Safari and Chrome support an alternative, the -webkit-transition-delay property.

Opera support an alternative, the -o-transition-delay property.


Definition and Usage

The transition-delay property specifies when the transition effect will start.

The transition-delay value is defined in seconds (s) or milliseconds (ms).

Default value: 0
Inherited: no
Version: CSS3
JavaScript syntax: object.style.transitionDelay="2s"


Syntax

transition-delay: time;

Value Description
time Specifies the number of seconds or milliseconds to wait before the transition effect will start


CSS Reference Complete CSS Reference
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE