mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
4 lines
44 B
CSS
4 lines
44 B
CSS
|
@keyframes fade {
|
||
|
50% { opacity: 0.5; }
|
||
|
}
|