projects
/
platform
/
core
/
uifw
/
ui-viewmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0540af7
)
Transition example for blend.(zoom is deprecated)
35/63935/1
author
Woochan Lee
<wc0917.lee@samsung.com>
Tue, 29 Mar 2016 01:52:14 +0000
(10:52 +0900)
committer
Woochan Lee
<wc0917.lee@samsung.com>
Tue, 29 Mar 2016 01:53:14 +0000
(10:53 +0900)
Change-Id: I6ff3fb54eed4bb9be4f321bf2b49739f929cb4c4
src/examples/efl/page14.h
patch
|
blob
|
history
diff --git
a/src/examples/efl/page14.h
b/src/examples/efl/page14.h
index 5fb77bef0f0edcc1c247fbc1c8d780265f3d8ba8..6a15217b9c491ced7e526ef77c99d456f9b68117 100644
(file)
--- a/
src/examples/efl/page14.h
+++ b/
src/examples/efl/page14.h
@@
-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);
}