mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-14 00:01:09 +01:00
Add Opera support
This commit is contained in:
parent
d50959e061
commit
f274bf12da
1 changed files with 16 additions and 0 deletions
|
@ -46,6 +46,22 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@-o-keyframes bounceOutRight {
|
||||||
|
0% {
|
||||||
|
-o-transform: translateX(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
20% {
|
||||||
|
opacity: 1;
|
||||||
|
-o-transform: translateX(-20px);
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
opacity: 0;
|
||||||
|
-o-transform: translateX(2000px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes bounceOutRight {
|
@keyframes bounceOutRight {
|
||||||
0% {
|
0% {
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
|
|
Loading…
Reference in a new issue