This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/assets/misuzu.css/animations.css

5 lines
153 B
CSS
Raw Permalink Normal View History

2022-09-13 15:14:49 +02:00
@keyframes background-slide {
0% { background-position: 0 0; }
100% { background-position: var(--background-width) var(--background-height); }
}