Skip to content

Commit

Permalink
use variables for transition duration
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt authored Mar 15, 2019
1 parent 77a204d commit bd5de24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default {
.fade-leave-active,
.fade-collapse-enter-active,
.fade-collapse-leave-active {
transition: opacity 200ms, max-height 200ms;
transition: opacity var(--animation-quick), max-height var(--animation-quick);
}
.fade-collapse-enter,
.fade-collapse-leave-to {
Expand Down

0 comments on commit bd5de24

Please sign in to comment.