Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4560 from dcarrith/issue_4559
Browse files Browse the repository at this point in the history
Issue #4559: Fixing the blink forward/back effect that sometimes happens... Thanks @dcarrith!
  • Loading branch information
toddparker committed Jun 24, 2012
2 parents 05a3aa9 + fbbcf9e commit e4a1092
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/structure/jquery.mobile.transition.css
Expand Up @@ -10,15 +10,18 @@
}

.in {
-webkit-animation-fill-mode: both;
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
-moz-animation-fill-mode: both;
-moz-animation-timing-function: ease-out;
-moz-animation-duration: 350ms;
}

.out {
-webkit-animation-fill-mode: both;
-webkit-animation-timing-function: ease-in;
-webkit-animation-duration: 225ms;
-moz-animation-fill-mode: both;
-moz-animation-timing-function: ease-in;
-moz-animation-duration: 225ms;
}

0 comments on commit e4a1092

Please sign in to comment.