update not found
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
@keyframes click-bounce {
|
||||
0%, 100% {
|
||||
transform: scale(1, 1);
|
||||
transform: translate(0px, 0px) scale(1, 1);
|
||||
/* animation-timing-function: linear(0.2, 0.8, 1); */
|
||||
}
|
||||
30% {
|
||||
transform: scale(1.18, 0.9);
|
||||
20% {
|
||||
transform: translate(0px, 14px) scale(1.2, 0.9);
|
||||
/* animation-timing-function: cubic-bezier(0.8, 0, 1, 1); */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user