mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 02:42:33 +02:00
11 lines
129 B
CSS
11 lines
129 B
CSS
|
|
@-webkit-keyframes dot {
|
|
0% {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
100% {
|
|
transform: rotate(80deg);
|
|
}
|
|
}
|