Added support for animating the background color of a view. 82/134282/5
authorDavid Steele <david.steele@samsung.com>
Thu, 15 Jun 2017 17:48:04 +0000 (18:48 +0100)
committerDavid Steele <david.steele@samsung.com>
Mon, 19 Jun 2017 11:19:07 +0000 (12:19 +0100)
commit0f10745d996f02856d45f5771ea6249bd441947a
tree214541d5640b7f2cc7554532518930ad0887c906
parente67bea0a2589a1d1a934a352d2cf1479c0a775ec
Added support for animating the background color of a view.

The View background is animated using a new API AnimateBackgroundColor
via the CreateTransition method, which has been left protected for the moment
(It's only supposed to be used by custom view implementations).

Change-Id: I5853a9fecbac06f2aff3846f27769f944c7a9d77
Signed-off-by: David Steele <david.steele@samsung.com>
NUISamples/NUISamples/NUISamples.TizenTV/examples/visuals-using-custom-view/ContactData.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/visuals-using-custom-view/ContactView.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/visuals-using-custom-view/visuals-using-custom-view.cs
NUISamples/NUISamples/NUISamples.TizenTV/res/images/mask.png [new file with mode: 0644]
Tizen.NUI/src/internal/ManualPINVOKE.cs
Tizen.NUI/src/public/AlphaFunction.cs
Tizen.NUI/src/public/BaseComponents/View.cs