diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-11-23 16:06:30 -0500 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-11-23 16:06:30 -0500 |
| commit | a231b597d70f8ee9e435a86b00020c93691dc97d (patch) | |
| tree | 2549f02f833877001b4d3823d873ec94d4f705e7 /src/client/views/KeyphraseQueryView.scss | |
| parent | 13d4d9873c2a1d5a4f02a79ce269cec01638e009 (diff) | |
keyphrase query ui
Diffstat (limited to 'src/client/views/KeyphraseQueryView.scss')
| -rw-r--r-- | src/client/views/KeyphraseQueryView.scss | 8 |
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 |
