diff --git a/css/search.css b/css/search.css index decdb58..02ab3b0 100644 --- a/css/search.css +++ b/css/search.css @@ -89,10 +89,10 @@ border-radius: 10px; z-index: 10; overflow: auto; - animation: show 0.3s forwards; + animation: hintShow 0.3s forwards; border: 0px solid #ebebeb; } -@keyframes show { +@keyframes hintShow { 0% { height: 0; } diff --git a/css/search.less b/css/search.less index 8e22e03..4cf29f1 100644 --- a/css/search.less +++ b/css/search.less @@ -93,10 +93,10 @@ border-radius: 10px; z-index: 10; overflow: auto; - animation: show 0.3s forwards; + animation: hintShow 0.3s forwards; border: 0px solid rgba(235, 235, 235, 1); - @keyframes show { + @keyframes hintShow { 0% { height: 0; }