From: Jaehwan Kim <jaehwan.kim.neo@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 26 Oct 2011 06:30:07 +0000 (06:30 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 26 Oct 2011 06:30:07 +0000 (06:30 +0000)
commit3d3d488d893106d16e690c09c881290148bce50e
treec977cc944c21d43925bb846a203055e9f2bcdfa8
parent90d28db6cf5dfe0cc18ca02053d78471494d2ac6
From: Jaehwan Kim <jaehwan.kim.neo@gmail.com>

At first, try to execute elementary_test and drag down the list for bounce.
Then as soon as release the mouse, click the list continuously and fast.
The list will not be clicked because it cannot be clicked during the bounce
animation. The bounce animation time is fixed and it is reset again, when
the mouse is down and up. In the result, if we click it continuously, we can
not choose the list item. (During animation, list can not be clicked).
I changed the function "_smart_bounce_x_animator" and "_smart_bounce_
y_animator". I fixed the bounce time will be changed by remaining distance.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64407 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/els_scroller.c