From 704d65109a0a249583e49e600fef848934cfc13e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 21 Oct 2023 20:59:02 +0200 Subject: reenable js transitions --- web/js-transition.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 web/js-transition.css (limited to 'web/js-transition.css') diff --git a/web/js-transition.css b/web/js-transition.css new file mode 100644 index 0000000..54a899f --- /dev/null +++ b/web/js-transition.css @@ -0,0 +1,16 @@ +@keyframes jst-fadein { + from { + background-color: transparent; + } + to { + background-color: black; + } +} +@keyframes jst-fadeout { + from { + background-color: black; + } + to { + background-color: transparent; + } +} -- cgit v1.2.3-70-g09d2