Skip to content

Commit

Permalink
Add in class
Browse files Browse the repository at this point in the history
  • Loading branch information
suissa committed Oct 20, 2011
1 parent 78c3428 commit 14baa92
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions source/bounceOut.css
Expand Up @@ -78,26 +78,6 @@
}
}

@-o-keyframes bounceOut {
0% {
-o-transform: scale(1);
}

25% {
-o-transform: scale(.95);
}

50% {
opacity: 1;
-o-transform: scale(1.1);
}

100% {
opacity: 0;
-o-transform: scale(.3);
}
}

@keyframes bounceOut {
0% {
transform: scale(1);
Expand All @@ -122,5 +102,6 @@
-webkit-animation-name: bounceOut;
-moz-animation-name: bounceOut;
-ms-animation-name: bounceOut;
-o-animation-name: bounceOut;
animation-name: bounceOut;
}

0 comments on commit 14baa92

Please sign in to comment.