Skip to content

Commit f357146

Browse files
committed
fix transition-timing-function (2)
1 parent 534731f commit f357146

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

source/bouncing_entrances/bounceIn.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@keyframes bounceIn {
22
0%, 20%, 40%, 60%, 80%, 100% {
3-
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
3+
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
44
}
55

66
0% {

source/bouncing_entrances/bounceInDown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@keyframes bounceInDown {
22
0%, 60%, 75%, 90%, 100% {
3-
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
3+
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
44
}
55

66
0% {

source/bouncing_entrances/bounceInLeft.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@keyframes bounceInLeft {
22
0%, 60%, 75%, 90%, 100% {
3-
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
3+
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
44
}
55

66
0% {

source/bouncing_entrances/bounceInRight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@keyframes bounceInRight {
22
0%, 60%, 75%, 90%, 100% {
3-
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
3+
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
44
}
55

66
0% {

source/bouncing_entrances/bounceInUp.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@keyframes bounceInUp {
22
0%, 60%, 75%, 90%, 100% {
3-
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
3+
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
44
}
55

66
0% {

0 commit comments

Comments
 (0)