add vendor specific css prefixes

This commit is contained in:
kodiakhq[bot] 2022-10-03 01:55:33 +00:00 committed by GitHub
parent 56615bfa43
commit 47c03b55c9
10 changed files with 63 additions and 254 deletions

View file

@ -66,24 +66,7 @@
}
.bounce {
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
animation: bounce 2s infinite;
}
@keyframes bounce {