Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
encap committed Apr 15, 2021
1 parent 83fd98e commit 698c313
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/code/Python/Keyframes_to spin somethi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@keyframes spinner {
0% {
transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
100% {
transform: translate3d(-50%, -50%, 0) rotate(360deg);
}
}

0 comments on commit 698c313

Please sign in to comment.