Fix text jitter issue 96/217796/2
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 14 Nov 2019 08:21:25 +0000 (17:21 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 15 Nov 2019 01:34:14 +0000 (10:34 +0900)
commit67f5e8f38356b45ff795cf83683baeba6f3e1a0b
treeb41c9b4b9cd57f7b5c3178a112b595624b2ec15d
parente7413a5f5bc7f2c1be88acf12e4d793af10b5e54
Fix text jitter issue

Text jitter issue occurs when set a text again during text scrolling.
It is because the same property is used by the old and new animations. 2 PropertyResetters affect the same property.
So I've changed to use properties of Shader which is newly created every time.
Then the same property is not used by the old and new animation now.

Change-Id: I7ec9b266b0be48414d8df5e3ffead6e5c750b338
dali-toolkit/internal/text/text-scroller.cpp