X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ffc9c28ad500df284c9c5628e3273a6f246791ce..refs/pull/5312/head:/resources/sass/_animations.scss diff --git a/resources/sass/_animations.scss b/resources/sass/_animations.scss index eb9f4e767..f1aa3139b 100644 --- a/resources/sass/_animations.scss +++ b/resources/sass/_animations.scss @@ -2,7 +2,7 @@ .anim.fadeIn { opacity: 0; animation-name: fadeIn; - animation-duration: 180ms; + animation-duration: 120ms; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }