/*!
 * timon.js
 * Copyright(c) 2024 Timon Fiedler
 * MIT Licensed
 */

@keyframes timonjs-fadeout {
    from {
        opacity: 1;
        display: inherit;
    }
    to {
        opacity: 0;
        display: none;
    }
}