GNOME Bugzilla – Bug 461271
RFE: Add kinetic scrolling to evince
Last modified: 2007-12-24 21:50:03 UTC
OpenMoko was nice enough to release code demoing iphone-like kinetic scrolling in a listview. It would be nice if you could grab the a document and "throw" it upwards to kineticly scroll it up or down like in that video. Demo: http://chrislord.net/files/mokofingerscroll.ogg Code: http://svnweb.openmoko.org/trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.c?rev=2545&view=markup
Y, it would be nice to have a patch.
Created attachment 101551 [details] [review] Patch to add kinetic scrolling to evince Attached a patch to add kinetic iphone/ipodtouch style kinetic scrolling to evince.
Created attachment 101557 [details] [review] Updated patch Updated version of the previous patch - now the scrolling bounces if you reach the edge of a document (with adjustable momentum absorbance), and the timeouts are removed when the window is closed to prevent crashes.