mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-11 17:31:04 +01:00
10 lines
79 B
CSS
Executable File
10 lines
79 B
CSS
Executable File
@keyframes appear {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|