1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Added fade effect to page content highlighting

Closes #314
This commit is contained in:
Dan Brown
2017-04-16 16:46:55 +01:00
parent 46c01ecba2
commit 1a09d88891
2 changed files with 10 additions and 0 deletions

View File

@@ -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;
}