Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

135
Views
Adding transition on -webkit-scrollbar

I've added a custom scrollbar on <div class="sidebar__items"></div>, which expands on hover and shrinks otherwise. codepen sample

Since I couldn't find a way to add transition on the scrollbar(ie; on the scrollbar width) it just flicks now.

I tried :

.sidebar__items::-webkit-scrollbar {
    width: 0;
    transition: .5s ease;
}
.sidebar__items:hover::-webkit-scrollbar {
    width: .5rem;
}

I also tried something with borders but that just turned out to be more confusing.

compatibility isn't my primary concern since i'm only trying this on chrome and is a side project. Also i'm looking for a pure css or vanilla js implementation rather than any plugins or libraries.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!