Skip to content

Commit

Permalink
adjust timing of slideOutUp
Browse files Browse the repository at this point in the history
  • Loading branch information
pandringa committed Jun 28, 2014
1 parent e06d92f commit 729f9bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions animate.css
Original file line number Diff line number Diff line change
Expand Up @@ -2604,8 +2604,8 @@ Copyright (c) 2013 Daniel Eden

100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
}
}

Expand All @@ -2618,9 +2618,9 @@ Copyright (c) 2013 Daniel Eden

100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
-webkit-transform: translateY(-1000px);
-ms-transform: translateY(-1000px);
transform: translateY(-1000px);
}
}

Expand Down

0 comments on commit 729f9bf

Please sign in to comment.