From 6e1adf4f8f7bb4976f449cffde47c5ee10fb2506 Mon Sep 17 00:00:00 2001 From: skaman82 Date: Thu, 29 Oct 2015 21:39:41 +0100 Subject: [PATCH] Change of animation speed --- main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 5cd22ca2..e71af6fe 100644 --- a/main.css +++ b/main.css @@ -525,7 +525,7 @@ input[type="number"]::-webkit-inner-spin-button { background-repeat:no-repeat; background-size:100%; opacity:0.0; - transition: all ease 1s; + transition: all ease 0.3s; } @@ -539,7 +539,7 @@ input[type="number"]::-webkit-inner-spin-button { background-image:url(images/icons/scroll.svg); background-size:80%; box-shadow: inset 0 0 5px #000000; - transition: all ease 2s; + transition: all ease 0.3s; }