From d562a20cdda84cc8d2950d1ffbb59893604606a3 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 28 Jan 2023 08:42:42 +1100 Subject: Flash search results --- src/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index 92325b4..58e424c 100644 --- a/src/index.css +++ b/src/index.css @@ -25,6 +25,14 @@ opacity: 1; } } +.fadeout-leave-to { + opacity: 0; +} +.fadeout-leave-active { + transition-property: opacity; + transition-duration: 300ms; + transition-timing-function: ease-out; +} .animate-red-then-fade { animation-name: red-then-fade; animation-duration: 500ms; -- cgit v1.2.3