<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Add kinetic scrolling"
   href="https://bugs.webkit.org/show_bug.cgi?id=155750#c20">Comment # 20</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Add kinetic scrolling"
   href="https://bugs.webkit.org/show_bug.cgi?id=155750">bug 155750</a>
              from <span class="vcard"><a class="email" href="mailto:andrunko&#64;gmail.com" title="Andre Moreira Magalhaes &lt;andrunko&#64;gmail.com&gt;"> <span class="fn">Andre Moreira Magalhaes</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=281711&amp;action=diff" name="attach_281711" title="Patch - new features + bugfix">attachment 281711</a> <a href="attachment.cgi?id=281711&amp;action=edit" title="Patch - new features + bugfix">[details]</a></span>
Patch - new features + bugfix

I've used this patch in an internal project and made some modifications that you may find useful. I am posting the updated patch without ChangeLogs, feel free to update it or let me know if you prefer if I do it.

The changes included in this patch (on top of latest one from Adrien):
- overshoot animations support (ScrollAnimationKinetic.cpp)
- bugfix for a crash when starting a drag while scrolling (GestureController.cpp)
- build fix for gtk &lt; 3.20 (PlatformWheelEventGtk.cpp)
- bugfix for gtk &lt; 3.20 to properly copy NativeWebWheelEvent (is_stop is not available in gtk &lt; 3.20 and the phase/momentumPhase were not being properly copied on the NativeWebWheelEvent copy constructor, making the page &quot;jump&quot; during scroll instead of starting momentum scroll - NativeWebWheelEventGtk.cpp)
- respect scrollbar policy (ScrollAnimationKinetic.cpp + ScrollAnimatorGtk.cpp)

That should be it, please let me know what you think.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>