From 4dea42332c3103715e9b0eaee260b2dd5fe2c63a Mon Sep 17 00:00:00 2001 From: encap Date: Thu, 15 Apr 2021 01:51:39 +0000 Subject: [PATCH] [create-pull-request] automated change --- public/code/CSS/spinner_keyframes.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/code/CSS/spinner_keyframes.css diff --git a/public/code/CSS/spinner_keyframes.css b/public/code/CSS/spinner_keyframes.css new file mode 100644 index 000000000..71fd7a59e --- /dev/null +++ b/public/code/CSS/spinner_keyframes.css @@ -0,0 +1,8 @@ +@keyframes spinner { + 0% { + transform: translate3d(-50%, -50%, 0) rotate(0deg); + } + 100% { + transform: translate3d(-50%, -50%, 0) rotate(360deg); + } +} \ No newline at end of file