Ignore:
Timestamp:
Sep 5, 2014, 2:18:12 PM (10 years ago)
Author:
plg
Message:

feature 2616: animate progress bar on roma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r29405 r29406  
    375375}
    376376
    377 @keyframes animatedBackground {
    378         from { background-position: 0 0; }
    379         to { background-position: 25px 0; }
    380 }
    381 
    382 @-webkit-keyframes animatedBackground {
    383         from { background-position: 0 0; }
    384         to { background-position: 25px 0; }
    385 }
    386 
    387377.big-progressbar .progressbar {
    388378  background:#FF8A23;
    389   background:#FF8A23 linear-gradient(135deg, rgba(255,51,51,0) 44%,rgba(255,51,51,0.2) 44%,rgba(255,51,51,0.2) 57%,rgba(255,51,51,0) 57%);
    390   background-size:25px 25px;
     379  background:#FF8A23 linear-gradient(135deg, rgba(255,255,255,0) 44%,rgba(255,255,255,0.2) 44%,rgba(255,255,255,0.2) 57%,rgba(255,255,255,0) 57%);
     380  background-size:33px 25px;
    391381  box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.4);
    392 
    393   animation: animatedBackground 1s linear infinite;
    394   -webkit-animation: animatedBackground 1s linear infinite;
    395 }
    396 
     382}
     383
Note: See TracChangeset for help on using the changeset viewer.