piskel/src/css/animations.css

4 lines
44 B
CSS
Raw Normal View History

@keyframes fade {
50% { opacity: 0.5; }
}