X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/6cb579638dfd61e83596207a2861e36b053179bd..0673daa3ed2be4edb4fe6e9c48fb5adbf5ff966c:/local.css?ds=sidebyside diff --git a/local.css b/local.css index 6cd635a..e6349f7 100644 --- a/local.css +++ b/local.css @@ -393,7 +393,17 @@ thead td { .progress-bar-wrapper .progress-bar { height: 85px; background: grey url(assets/progress_bar.png) bottom left repeat-x; + /* animate progress bar */ + -webkit-animation: progress-bar 1.5s; + -moz-animation: progress-bar 1.5s; + animation: progress-bar 1.5s; } + + /* progress bar animation*/ + @-webkit-keyframes progress-bar { 0% { width: 0; } } + @-moz-keyframes progress-bar { 0% { width: 0; } } + keyframes progress-bar { 0% { width: 0; } } + .progress-bar-wrapper:after { content: " "; display: block;