From f357146eb31629b41cc04f3f788d75c07969e2f0 Mon Sep 17 00:00:00 2001 From: Hansol Kim Date: Wed, 29 Apr 2015 15:43:28 +0900 Subject: [PATCH] fix transition-timing-function (2) --- source/bouncing_entrances/bounceIn.css | 2 +- source/bouncing_entrances/bounceInDown.css | 2 +- source/bouncing_entrances/bounceInLeft.css | 2 +- source/bouncing_entrances/bounceInRight.css | 2 +- source/bouncing_entrances/bounceInUp.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/bouncing_entrances/bounceIn.css b/source/bouncing_entrances/bounceIn.css index 1e893e7..14a6867 100644 --- a/source/bouncing_entrances/bounceIn.css +++ b/source/bouncing_entrances/bounceIn.css @@ -1,6 +1,6 @@ @keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { diff --git a/source/bouncing_entrances/bounceInDown.css b/source/bouncing_entrances/bounceInDown.css index 34269e7..dd531db 100644 --- a/source/bouncing_entrances/bounceInDown.css +++ b/source/bouncing_entrances/bounceInDown.css @@ -1,6 +1,6 @@ @keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { diff --git a/source/bouncing_entrances/bounceInLeft.css b/source/bouncing_entrances/bounceInLeft.css index 56fff9c..a868bee 100644 --- a/source/bouncing_entrances/bounceInLeft.css +++ b/source/bouncing_entrances/bounceInLeft.css @@ -1,6 +1,6 @@ @keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { diff --git a/source/bouncing_entrances/bounceInRight.css b/source/bouncing_entrances/bounceInRight.css index 816b1fb..3c129cb 100644 --- a/source/bouncing_entrances/bounceInRight.css +++ b/source/bouncing_entrances/bounceInRight.css @@ -1,6 +1,6 @@ @keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { diff --git a/source/bouncing_entrances/bounceInUp.css b/source/bouncing_entrances/bounceInUp.css index 8a42889..acfbe49 100644 --- a/source/bouncing_entrances/bounceInUp.css +++ b/source/bouncing_entrances/bounceInUp.css @@ -1,6 +1,6 @@ @keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% {