animations delay > site.css

/**ANIMATION DELAYS**/ .delay1 { -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */ animation-delay: 0.5s; } .delay2{ -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */ animation-delay: 1s; } .delay3{ -webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */ animation-delay: 1.5s; }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.