Tabbar : Change overscroll image(left/right)
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Thu, 11 Apr 2013 05:17:18 +0000 (14:17 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Tue, 16 Apr 2013 04:38:21 +0000 (13:38 +0900)
Change-Id: I809d4f0debb0109498b905d536cc74c383c5d12a

src/themes/tizen/common/jquery.mobile.tizen.tabbar.less
src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_left.png [new file with mode: 0644]
src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_right.png [new file with mode: 0644]

index 69119f0..5e7390d 100644 (file)
        position : absolute;
 
        top : 0px;
-       width : 10 * @unit_base;
+       width : 81 * @unit_base;
        height : 55 * @unit_base;
-       background : -webkit-linear-gradient(left,  rgba(0, 0, 155, 1) 0%,rgba(246,248,239,1) 100%);
+
+       background-repeat: no-repeat;
+       background-size: 100% 100%;
 }
 
 .ui-tabbar-divider-left {
        left : 0px;
-       border-top-right-radius : 10 * @unit_base;
-       border-bottom-right-radius : 10 * @unit_base;
-       background : -webkit-linear-gradient(left,  rgba(153, 153, 153, 1) 0%,rgba(246,248,239,1) 100%);
+       background-image: url(images/00_effect_title_tab_bounce_left.png);
 }
 
 .ui-tabbar-divider-right {
        right : 0px;
-       border-top-left-radius : 10 * @unit_base;
-       border-bottom-left-radius : 10 * @unit_base;
-       background : -webkit-linear-gradient(right,  rgba(153, 153, 153, 1) 0%,rgba(246,248,239,1) 100%);
+       background-image: url(images/00_effect_title_tab_bounce_right.png);
 }
diff --git a/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_left.png b/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_left.png
new file mode 100644 (file)
index 0000000..8eca760
Binary files /dev/null and b/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_left.png differ
diff --git a/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_right.png b/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_right.png
new file mode 100644 (file)
index 0000000..9af8c07
Binary files /dev/null and b/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_right.png differ