diff options
author | David Steele <david.steele@samsung.com> | 2016-12-13 14:54:58 +0000 |
---|---|---|
committer | David Steele <david.steele@samsung.com> | 2016-12-14 19:25:43 +0000 |
commit | 4ac781f59637464b9c708e0f442b33892a9d22f8 (patch) | |
tree | 801f17e35ce83a82710c19b725c81186164a5619 /demo | |
parent | 23b59c2e558d0f11e5f4cb5229d095cfeae71c75 (diff) | |
download | dali-demo-4ac781f59637464b9c708e0f442b33892a9d22f8.tar.gz dali-demo-4ac781f59637464b9c708e0f442b33892a9d22f8.tar.bz2 dali-demo-4ac781f59637464b9c708e0f442b33892a9d22f8.zip |
Custom control transform animation
Added a new demo (transitions.example) that shows off animating
transform properties on a visual.
Change-Id: Ic333241f6618dcaf274d0e2ac399e0e5f3ed2a61
Diffstat (limited to 'demo')
-rw-r--r-- | demo/dali-demo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index ab6b4b5f..d3bde9f5 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -82,6 +82,7 @@ int DALI_EXPORT_API main(int argc, char **argv) demo.AddExample(Example("primitive-shapes.example", DALI_DEMO_STR_TITLE_PRIMITIVE_SHAPES)); demo.AddExample(Example("styling.example", DALI_DEMO_STR_TITLE_STYLING)); demo.AddExample(Example("sparkle.example", DALI_DEMO_STR_TITLE_SPARKLE)); + demo.AddExample(Example("transitions.example", DALI_DEMO_STR_TITLE_VISUAL_TRANSITIONS)); demo.AddExample(Example("progress-bar.example", DALI_DEMO_STR_TITLE_PROGRESS_BAR)); demo.AddExample(Example("contact-cards.example", DALI_DEMO_STR_TITLE_CONTACT_CARDS)); demo.AddExample(Example("flex-container.example", DALI_DEMO_STR_TITLE_FLEXBOX_PLAYGROUND)); |