yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust delay for item hover to appear

jadamroth opened this issue · comments

How do I adjust the item hover, so the tooltip appears more quickly?

You can override the transition duration

.v-sidebar-menu .slide-animation-enter-active,
.v-sidebar-menu .slide-animation-leave-active {
  transition: width 0.3s ease;
}