mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
Add in class
This commit is contained in:
parent
78c3428278
commit
14baa928e1
1 changed files with 1 additions and 20 deletions
|
@ -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);
|
||||
|
@ -122,5 +102,6 @@
|
|||
-webkit-animation-name: bounceOut;
|
||||
-moz-animation-name: bounceOut;
|
||||
-ms-animation-name: bounceOut;
|
||||
-o-animation-name: bounceOut;
|
||||
animation-name: bounceOut;
|
||||
}
|
Loading…
Reference in a new issue