Skip to content

Commit

Permalink
Subtle easing on load progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschiller committed May 26, 2017
1 parent 2f031ec commit 74a2213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/page-player/css/page-player.css
Expand Up @@ -196,7 +196,7 @@ ul.playlist li.sm2_paused .controls .statusbar .position {

ul.playlist li .controls .statusbar .loading {
background-color:#eee;
transition: width 0.15s ease-out;
transition: width 0.15s ease-in-out;
}

ul.playlist li .controls .statusbar .position,
Expand Down

0 comments on commit 74a2213

Please sign in to comment.