removed ease in out property from transition
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 7 Jul 2016 17:37:06 +0000 (13:37 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 7 Jul 2016 17:37:06 +0000 (13:37 -0400)
css/app.css
scss/_slideshow.scss

index b72c997..73074f5 100644 (file)
@@ -6572,7 +6572,7 @@ main {
   right: 0;
   width: 20%;
   margin: 0 auto;
-  transition: 1.4s all ease-in-out;
+  transition: 1.4s all;
   border-radius: 15px;
   font-size: 20px; }
 
index 01d3938..151581e 100644 (file)
@@ -52,7 +52,7 @@
     right: 0;
     width: 20%;
     margin: 0 auto;
-    transition: 1.4s all ease-in-out;
+    transition: 1.4s all;
     border-radius: 15px;
     font-size: 20px;
 }