X-Git-Url: https://nos-oignons.fr/gitweb/website.git/blobdiff_plain/6cb579638dfd61e83596207a2861e36b053179bd..e41435e6dad06e6b1ff11d3aeedf670c5fc3b092:/local.css 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;