Files
NativeScript/apps/tests/ui/animation/test.css
Tsvetan Raikov 073cc94926 implemented CSS animations
fixing animation tests
2016-03-25 15:26:48 +02:00

5 lines
129 B
CSS

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