From d1d7416bd107c706797a564946ca0666840d6bfe Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 3 Mar 2017 20:13:13 -0800 Subject: [PATCH] speed up animation --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index db17dfc..4316d95 100644 --- a/index.html +++ b/index.html @@ -147,7 +147,7 @@ .search-suggestion { padding: 14px 12px; - transition: .5s; + transition: .2s; font-size: .8rem; text-align: left; cursor: pointer;