diff --git a/public/stylesheets/coordinate.css b/public/stylesheets/coordinate.css index 686c0ff7dc..724d603595 100644 --- a/public/stylesheets/coordinate.css +++ b/public/stylesheets/coordinate.css @@ -22,7 +22,6 @@ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) inset; } #trainer .next_coord { - transition: all 0.1s ease; position: absolute; top: 0; left: 0; @@ -39,7 +38,7 @@ color: #eee; text-shadow: 0 10px 10px #444; opacity: 0.8; - transition: 0.2s; + transition: 0.13s; } #trainer .next_coord.nope { color: red !important; @@ -85,7 +84,7 @@ line-height: 110px; color: #fff; background-color: #759900; - transition: all 1s; + transition: 1s; opacity: 1; box-shadow: 0 0 10px #fff; border-radius: 3px;