Files
NativeScript/tests/app/ui/animation/test-page.css
2019-06-20 15:58:36 +03:00

5 lines
129 B
CSS

@keyframes test {
from { background-color: red; }
50% { background-color: yellow; }
to { background-color: green; }
}