kineticscrolling: use computed frame times
Just starting to peek at kinetic scrolling bits, here is a small one for main.
Instead of accumulating a series of doubles, use the actual computed frame time for duration tracking. While there is extremely low chance of aliasing with animations under a few seconds, this just ensures we're using the same clocking inside and outside of GtkKineticScrolling.