We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fd98e commit 698c313Copy full SHA for 698c313
public/code/Python/Keyframes_to spin somethi.py
@@ -0,0 +1,8 @@
1
+@keyframes spinner {
2
+ 0% {
3
+ transform: translate3d(-50%, -50%, 0) rotate(0deg);
4
+ }
5
+ 100% {
6
+ transform: translate3d(-50%, -50%, 0) rotate(360deg);
7
8
+}
0 commit comments