diff --git a/src/app.css b/src/app.css index 56863b32..233d4f5d 100644 --- a/src/app.css +++ b/src/app.css @@ -33,7 +33,7 @@ a.hashtag { width: 100%; height: 100vh; overflow: auto; - transition: opacity 1s ease-in-out; + transition: opacity .1s ease-in-out; } .deck-container[hidden] { display: block;