(ScrollView)Fix the double bouncing of the overshoot actor 54/46754/2
authorXiangyin Ma <x1.ma@samsung.com>
Tue, 25 Aug 2015 14:51:24 +0000 (15:51 +0100)
committerXiangyin Ma <x1.ma@samsung.com>
Tue, 25 Aug 2015 14:53:39 +0000 (15:53 +0100)
commita7c0fb8e478b1efb8ae0e078e9f1af217ad887a1
tree0d8c5555e6ee51ab73f87656bd595380dca7e049
parentae34cf6aef4b3b807bd1e099baa48230b6b32156
(ScrollView)Fix the double bouncing of the overshoot actor

Remove ClearOvershoot, as the overshoot actor is updated with the change of OVERSHOOT_X / OVERSHOOT_Y through property noticification,
the clear animation is redundant which causes the double bouncing

Change-Id: I3a377928f1e18ded3a87882dd57b7e9e9ffeea51
dali-toolkit/internal/controls/scrollable/scroll-view/scroll-overshoot-indicator-impl.cpp
dali-toolkit/internal/controls/scrollable/scroll-view/scroll-overshoot-indicator-impl.h
dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.cpp