grimoire_css 1.8.1

A magical CSS engine for all environments
Documentation
@keyframes flicker-3 {
    0%,
    32.98%,
    34.02%,
    34.98%,
    35.92%,
    38.98%,
    39.82%,
    83.98%,
    84.92%,
    to {
        opacity: 1
    }
    33%,
    34%,
    35%,
    35.9%,
    39%,
    39.8%,
    84%,
    84.9% {
        opacity: 0
    }
}

.GRIMOIRE_CSS_ANIMATION {
  animation-name: flicker-3;
}