progress bar width set via scale instead of width for perf

This commit is contained in:
Hakim El Hattab
2020-05-20 10:42:55 +02:00
parent 5e49cbdcf7
commit df61f9e1fa
17 changed files with 11 additions and 45 deletions

View File

@ -280,9 +280,6 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
background: rgba(0, 0, 0, 0.2);
color: #00008B; }
.reveal .progress span {
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/*********************************************
* PRINT BACKGROUND
*********************************************/