mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
5 lines
129 B
CSS
5 lines
129 B
CSS
@keyframes test {
|
|
from { background-color: red; }
|
|
50% { background-color: yellow; }
|
|
to { background-color: green; }
|
|
} |