X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/544ece03a54a0a261206e1e60db59fc7a35c013a..refs/pull/363/head:/resources/assets/sass/_animations.scss diff --git a/resources/assets/sass/_animations.scss b/resources/assets/sass/_animations.scss index afcf01cff..467399a66 100644 --- a/resources/assets/sass/_animations.scss +++ b/resources/assets/sass/_animations.scss @@ -126,4 +126,8 @@ animation-duration: 180ms; animation-delay: 0s; animation-timing-function: cubic-bezier(.62, .28, .23, .99); +} + +.anim.selectFade { + transition: background-color ease-in-out 3000ms; } \ No newline at end of file