Skip to content

Commit

Permalink
fix(VBottomNavigation): color animation delay
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 11, 2024
1 parent 83bb5b4 commit 4a033e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $bottom-navigation-shift-content-color: rgba(var(--v-theme-on-surface), 0) !defa
$bottom-navigation-shift-icon-top: math.div($bottom-navigation-icon-font-size, 3) !default;
$bottom-navigation-shift-icon-transform: translateY($bottom-navigation-shift-icon-top) !default;
$bottom-navigation-text-transform: none !default;
$bottom-navigation-transition: transform, color .2s, .2s settings.$standard-easing !default;
$bottom-navigation-transition: transform, color, .2s, .1s settings.$standard-easing !default;

// Lists
$bottom-navigation-border: (
Expand Down

0 comments on commit 4a033e8

Please sign in to comment.