.rotate {
animation: rotation 1s infinite linear;
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
new RotatedBox(
quarterTurns: 1, // 1 is 90 degrees - 2 is 180 degrees and so on
child: Icon(Icons.arrow_back)
)
Code Example |
---|
Css :: css grid container |
Css :: hide navbar css |
Css :: linear-gradient tailwind |
Css :: css add circle to icon cart |
Css :: text color css |
Css :: responsive gradient background css |
Css :: visited links do not change color |
Css :: value error w2 should be positive but is |
Css :: in a form how to remove the input outerline color or shadow |
Css :: css select alternate elements |
Css :: css font color |
Css :: css line-height |
Css :: CSS 3D Transforms |
Css :: all text in caps using css |
Css :: padding css 3 values |
Css :: set css on parent element css |
Css :: css radial gradients |
Css :: css blur overlay |
Css :: css speak |
Css :: boostrap breakpoints |
Css :: unhover animation |
Css :: nmap output ip only |
Css :: flex box css |
Css :: pagination html css how to working |
Css :: change option tag css |
Css :: take out side bar in css |
Css :: css tricks macos spaces in dock |
Css :: change disbled button background pyqt5 |
Css :: https request |
Css :: radius to imported icons |