Transition example for blend.(zoom is deprecated) 35/63935/1
authorWoochan Lee <wc0917.lee@samsung.com>
Tue, 29 Mar 2016 01:52:14 +0000 (10:52 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Tue, 29 Mar 2016 01:53:14 +0000 (10:53 +0900)
Change-Id: I6ff3fb54eed4bb9be4f321bf2b49739f929cb4c4

src/examples/efl/page14.h

index 5fb77bef0f0edcc1c247fbc1c8d780265f3d8ba8..6a15217b9c491ced7e526ef77c99d456f9b68117 100644 (file)
@@ -48,7 +48,7 @@ protected:
 public:
        page14(appdata_s *ad) : ui_view("page14"), ad(ad)
        {
-               this->set_transition_style("zoom");
+               this->set_transition_style("blend");
                ad->viewmgr->push_view(this);
        }