Files
NativeScript/tests/app/ui/animation/test-page.css
2019-08-22 13:54:47 +03:00

14 lines
168 B
CSS

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