Export 0.1.48
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.notification.less
index 9bb6496..ad11f6f 100644 (file)
 
 .ui-ticker.show {
        display: block;
+       -ms-animation: ui-ticker-show 0.8s 1 ease;
+       -o-animation: ui-ticker-show 0.8s 1 ease;
+       -moz-animation: ui-ticker-show 0.8s 1 ease;
        -webkit-animation: ui-ticker-show 0.8s 1 ease;
        top: 0;
 }
 
 .ui-ticker.hide {
        display: block;
+       -ms-animation: ui-ticker-hide 0.8s 1 ease;
+       -o-animation: ui-ticker-hide 0.8s 1 ease;
+       -ms-animation: ui-ticker-hide 0.8s 1 ease;
        -webkit-animation: ui-ticker-hide 0.8s 1 ease;
        top: -@ticker-height;
 }
 
 .ui-smallpopup.show {
        display: block;
-
+       -moz-animation: ui-smallpopup-show 0.5s 1 ease;
+       -ms-animation: ui-smallpopup-show 0.5s 1 ease;
+       -o-animation: ui-smallpopup-show 0.5s 1 ease;
        -webkit-animation: ui-smallpopup-show 0.5s 1 ease;
 }
 
 .ui-smallpopup.hide {
        display: block;
        left: -100%;
-
+       -moz-animation: ui-smallpopup-hide 0.5s 1 ease;
+       -ms-animation: ui-smallpopup-hide 0.5s 1 ease;
+       -o-animation: ui-smallpopup-hide 0.5s 1 ease;
        -webkit-animation: ui-smallpopup-hide 0.5s 1 ease;
 }