Append Stopped animation notify list at Update Animation time 45/307245/6
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 6 Mar 2024 09:01:41 +0000 (18:01 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Mon, 18 Mar 2024 02:35:45 +0000 (02:35 +0000)
commit8c0647a4a24b25a7e25c2b28559013fe4eadc6d2
tree9c2e41acf245c2c91f8435e348401e79c9b96c97
parent45f7e7ffe87806f6aa049967e5d2f8724596baf4
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