Skip to content

Commit

Permalink
Removed extra units
Browse files Browse the repository at this point in the history
  • Loading branch information
prestopasto committed Aug 25, 2016
1 parent 4963107 commit ef5a711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/md-material-shadows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ $materialElements: (
* The larger the elevation change the longer the animation takes
*/
@mixin mdElevationTransition($elevationChange: 6, $easing: cubic-bezier(.4, 0, .2, 1)) {
$duration: lerp($elevationChange/24, $MIN_ANIMATION_LENGTH, $MAX_ANIMATION_LENGTH)+ms;
$duration: lerp($elevationChange/24, $MIN_ANIMATION_LENGTH, $MAX_ANIMATION_LENGTH);
transition: box-shadow $duration $easing;
}

Expand Down

0 comments on commit ef5a711

Please sign in to comment.