mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +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;
|
|
} |