mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Add Opera support
This commit is contained in:
parent
a73a879d51
commit
a95540466a
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
60% {-ms-transform: translateY(-15px);}
|
||||
}
|
||||
|
||||
@-o-keyframes bounce {
|
||||
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
|
||||
40% {-o-transform: translateY(-30px);}
|
||||
60% {-o-transform: translateY(-15px);}
|
||||
}
|
||||
@keyframes bounce {
|
||||
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
|
||||
40% {transform: translateY(-30px);}
|
||||
|
|
Loading…
Reference in a new issue