Files
quectel-rgmii-toolkit/ipk-source/sdxpinn-quecmanager/root/www/css/bulma/sass/base/animations.scss
2024-10-06 02:56:50 -04:00

16 lines
165 B
SCSS

@keyframes spinAround {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
@keyframes pulsate {
50% {
opacity: 0.5;
}
}