diff --git a/index.html b/index.html index bd434f3..7fc4d46 100644 --- a/index.html +++ b/index.html @@ -44,10 +44,10 @@ text-align: center; } #rotator img { - -webkit-transition: all 1s ease-in-out; - -moz-transition: all 1s ease-in-out; - -o-transition: all 1s ease-in-out; - -ms-transition: all 1s ease-in-out; + -webkit-transition: all 1s; + -moz-transition: all 1s; + -o-transition: all 1s; + -ms-transition: all 1s; } #rotator img:hover {