Skip to content

Commit

Permalink
fix(ProgressLinear): use valid transition function
Browse files Browse the repository at this point in the history
resolves #3678
  • Loading branch information
KaelWD committed Nov 22, 2018
1 parent 2150554 commit f587f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/stylus/components/_progress-linear.styl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
width: 100%
height: inherit
position: relative
transition: .2s $transition.fast-in-slow-out
transition: .2s $transition.ease-in-out
z-index: 1

&__determinate
height: inherit
transition: .2s $transition.fast-in-slow-out
transition: .2s $transition.ease-in-out

&__indeterminate
.long, .short
Expand Down

0 comments on commit f587f7c

Please sign in to comment.