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