Skip to content

Commit

Permalink
Add css easing when changing width so manipulating width via JS is si…
Browse files Browse the repository at this point in the history
…mpler.
  • Loading branch information
KyleAMathews committed Apr 18, 2012
1 parent 261e66e commit 9dccdb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/stylesheets/ui-progress-bar.css.scss
Expand Up @@ -102,6 +102,7 @@ $border-radius: $height;
&.transition .ui-progress {
@include transition(background-color 0.5s ease-in,
border-color 1.5s ease-out,
width .6s ease,
box-shadow 1.5s ease-out);
}
/* Progress part of the progress bar */
Expand Down

0 comments on commit 9dccdb4

Please sign in to comment.