Update bounces.css

Changed transition-timing-function to animation-timing-function in `animate.css/source/attention_seekers/bounce.css`
This commit is contained in:
unknown 2024-07-06 13:31:28 +05:30
parent 3f8ab233db
commit 4da80c5114

View file

@ -19,7 +19,7 @@
}
80% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0) scaleY(0.95);
}