<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>139381</bug_id>
          
          <creation_ts>2014-12-07 18:30:22 -0800</creation_ts>
          <short_desc>::-webkit-scrollbar continues to not support transitions</short_desc>
          <delta_ts>2023-05-10 10:47:26 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Animations</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sean Anderson">Sean.Palmer.Anderson</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dino</cc>
    
    <cc>graouts</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1053263</commentid>
    <comment_count>0</comment_count>
    <who name="Sean Anderson">Sean.Palmer.Anderson</who>
    <bug_when>2014-12-07 18:30:22 -0800</bug_when>
    <thetext>Transitions became supported on pseudo-selectors fairly recently. However, transitions do not appear to be supported on the ::-webkit-scrollbar (et. al) selectors.

I expect background-color to transition when hovering over a scrollbar with a transition applied to it.

Example: http://codepen.io/Meo/pen/EaPvwV

Code: 

&lt;div class=&apos;parent&apos;&gt;
  &lt;div class=&apos;child&apos;&gt;
  &lt;/div&gt;
&lt;/div&gt;

.parent {
  height: 100px;
  width: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.child {
  width: 200px;
  height: 200px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  transition: all 5s linear;
  -webkit-transition: all 5s linear;
  background-color: blue;
}

::-webkit-scrollbar-thumb:hover {
  background-color: gray;
}</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1954379</commentid>
    <comment_count>1</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-05-10 10:47:26 -0700</bug_when>
    <thetext>I don&apos;t think we want to add support for transitions for ::-webkit-scrollbar or generally improve that feature. Marking as WONTFIX.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>