diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-28 08:42:42 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-28 08:54:50 +1100 |
| commit | d562a20cdda84cc8d2950d1ffbb59893604606a3 (patch) | |
| tree | 3a8f7fff3e62d989a89a50bfc3ecab26a1ff69c7 /src/index.css | |
| parent | ddb38fc873d6bbce5a69d059237374e6ab23422f (diff) | |
Flash search results
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |
