collapsible: Add collapse/expand animation (VI)
[platform/framework/web/web-ui-fw.git] / libs / patch / 0023-JQM-set-transition-to-pop-as-default.patch
1 From 2639086fcc7eb12ab9ef1c8217c048c897e22b61 Mon Sep 17 00:00:00 2001
2 From: Minkyu Kang <mk7.kang@samsung.com>
3 Date: Wed, 2 Jan 2013 17:44:55 +0900
4 Subject: [PATCH] JQM: set transition to pop as default
5
6 According to TIZEN UX, set transtion to pop as default. (VI-WIN.005)
7
8 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
9 ---
10  libs/js/jquery-mobile-1.2.0/js/widgets/popup.js |    2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/libs/js/jquery-mobile-1.2.0/js/widgets/popup.js b/libs/js/jquery-mobile-1.2.0/js/widgets/popup.js
14 index de2af2c..289f4fe 100644
15 --- a/libs/js/jquery-mobile-1.2.0/js/widgets/popup.js
16 +++ b/libs/js/jquery-mobile-1.2.0/js/widgets/popup.js
17 @@ -44,7 +44,7 @@ define( [ "jquery",
18                         overlayTheme: null,
19                         shadow: true,
20                         corners: true,
21 -                       transition: "none",
22 +                       transition: "pop",
23                         positionTo: "origin",
24                         tolerance: null,
25                         initSelector: ":jqmData(role='popup')",
26 -- 
27 1.7.9.5
28