DijiHax.pytorch / CodeBlockActionIcons.module.css
dijihax's picture
Upload 26 files
a3689a2 verified
raw
history blame
127 Bytes
@keyframes spin {
100% {
transform:rotate(360deg);
}
}
.spin {
animation: spin 1.5s steps(30) infinite;
}