mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
Update bounces.css
Changed transition-timing-function to animation-timing-function in `animate.css/source/attention_seekers/bounce.css`
This commit is contained in:
parent
3f8ab233db
commit
4da80c5114
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
80% {
|
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);
|
transform: translate3d(0, 0, 0) scaleY(0.95);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue