From bb8d8e23433b15f095b9353cbd87318a031139d9 Mon Sep 17 00:00:00 2001 From: Alib Date: Fri, 4 Mar 2011 19:41:32 +0100 Subject: replaced cube effect with dissolve. More compatible with ipad and Mac safari --- css/jqtouch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/jqtouch.css b/css/jqtouch.css index 3b8c8ed..e02d6e4 100755 --- a/css/jqtouch.css +++ b/css/jqtouch.css @@ -42,7 +42,7 @@ div#jqt > .current { #jqt .in, #jqt .out { -webkit-animation-timing-function: ease-in-out; - -webkit-animation-duration: 350ms; + -webkit-animation-duration: 600ms; } #jqt .slide.in { -- cgit v1.2.3