diff options
author | Alib <aliboba@free.fr> | 2011-03-04 19:41:32 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2011-03-04 19:41:32 +0100 |
commit | bb8d8e23433b15f095b9353cbd87318a031139d9 (patch) | |
tree | eb4fde6e6a1956e826e7d0ec792b8c5b9d0b90eb /css | |
parent | e339afb48098c150d15ba519bed62e2673deb4a7 (diff) | |
download | istreamdev-bb8d8e23433b15f095b9353cbd87318a031139d9.tar.gz istreamdev-bb8d8e23433b15f095b9353cbd87318a031139d9.tar.bz2 |
replaced cube effect with dissolve. More compatible with ipad and Mac safari
Diffstat (limited to 'css')
-rwxr-xr-x | css/jqtouch.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |