From 49b03aa4cfab46bba53348e2c9b3ae4cc767d280 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sun, 3 May 2015 01:39:16 -0400 Subject: [PATCH] 1s ease-in --- src/AboutMe.Mvc.Web/Content/Site.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AboutMe.Mvc.Web/Content/Site.css b/src/AboutMe.Mvc.Web/Content/Site.css index a57e0e8..af17dc2 100644 --- a/src/AboutMe.Mvc.Web/Content/Site.css +++ b/src/AboutMe.Mvc.Web/Content/Site.css @@ -24,10 +24,10 @@ textarea { } .profile-outer img { - -moz-animation: profile-image 1.5s ease-in; - -o-animation: profile-image 1.5s ease-in; - -webkit-animation: profile-image 1.5s ease-in; - animation: profile-image 1.5s ease-in; + -moz-animation: profile-image 1s ease-in; + -o-animation: profile-image 1s ease-in; + -webkit-animation: profile-image 1s ease-in; + animation: profile-image 1s ease-in; }