Fix to use world color for the Fade Transition. 32/260532/2
authorseungho <sbsh.baek@samsung.com>
Mon, 28 Jun 2021 09:45:22 +0000 (18:45 +0900)
committerSeungho Baek <sbsh.baek@samsung.com>
Tue, 29 Jun 2021 05:51:56 +0000 (14:51 +0900)
commit4ff37165891e7e9c84f34e0f22205e7f09696164
tree0137606da363f89ea760f85ed2dd530f786e6181
parent85a9005b80fce7dedf0acc52cf73aa950905e3ec
Fix to use world color for the Fade Transition.

 - In the current Fade transition implementation, set mOpacity and current property of target control
   for the transition animation.
 - It could create wrong value, for example,
   for the fade out transition the input mOpacity could be larger than
   the value of target opacity.

Change-Id: I7a55fdb7775a4a9f183360c0eddfb3ca88076287
Signed-off-by: seungho <sbsh.baek@samsung.com>
dali-toolkit/internal/transition/fade-impl.cpp