mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
12 lines
177 B
CSS
12 lines
177 B
CSS
@keyframes transformed {
|
|
from {
|
|
transform: none;
|
|
}
|
|
to {
|
|
transform: translate(150, 0) scale(1.5, 1.5) rotate(45);
|
|
}
|
|
}
|
|
|
|
Label {
|
|
font-size: 8;
|
|
} |