@keyframes jst-fadein { from { background-color: transparent; } to { background-color: black; } } @keyframes jst-fadeout { from { background-color: black; } to { background-color: transparent; } }