[Tizen] Append Stopped animation notify list at Update Animation time 15/308915/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 6 Mar 2024 09:01:41 +0000 (18:01 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Tue, 2 Apr 2024 16:22:40 +0000 (01:22 +0900)
commit085675ee62623889f19260b13500994503f96815
tree24916ca7c2d192d33693bc8a6428ad4cadb6b6e0
parent94fdb786065577bd543d0f89c1354d47dd1d2fed
[Tizen] Append Stopped animation notify list at Update Animation time

Let we insert animation notification list at Animate() time, instead of
immediate.

This will make insure we will not notify signal for destroyed, cleared animation.
And it will increase performance minor.

Change-Id: I5371be63c36787874e9ae850e14e5796c5f819b1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali/utc-Dali-Animation.cpp
dali/internal/update/animation/scene-graph-animation.cpp
dali/internal/update/animation/scene-graph-animation.h
dali/internal/update/manager/update-manager.cpp