1s ease-in

This commit is contained in:
Tommy Parnell
2015-05-03 01:39:16 -04:00
parent 76c89a42f4
commit 49b03aa4cf

View File

@@ -24,10 +24,10 @@ textarea {
} }
.profile-outer img { .profile-outer img {
-moz-animation: profile-image 1.5s ease-in; -moz-animation: profile-image 1s ease-in;
-o-animation: profile-image 1.5s ease-in; -o-animation: profile-image 1s ease-in;
-webkit-animation: profile-image 1.5s ease-in; -webkit-animation: profile-image 1s ease-in;
animation: profile-image 1.5s ease-in; animation: profile-image 1s ease-in;
} }