aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/KeyphraseQueryView.scss
blob: ac715e5e75ff94030a1381f2a9289b92d44fa2c5 (plain)
1
2
3
4
5
6
7
8
.fading {
    animation: fanOut 1s
}

@keyframes fanOut {
    from {opacity: 0;}
    to {opacity: 1;}
}