aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/KeyphraseQueryView.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/KeyphraseQueryView.scss')
-rw-r--r--src/client/views/KeyphraseQueryView.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/KeyphraseQueryView.scss b/src/client/views/KeyphraseQueryView.scss
new file mode 100644
index 000000000..ac715e5e7
--- /dev/null
+++ b/src/client/views/KeyphraseQueryView.scss
@@ -0,0 +1,8 @@
+.fading {
+ animation: fanOut 1s
+}
+
+@keyframes fanOut {
+ from {opacity: 0;}
+ to {opacity: 1;}
+} \ No newline at end of file