9/stable31 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/animations.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/animations.css')
-rw-r--r--core/css/animations.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/animations.css b/core/css/animations.css
new file mode 100644
index 00000000000..02266e8c4ca
--- /dev/null
+++ b/core/css/animations.css
@@ -0,0 +1,4 @@
+/*!
+ * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}/*# sourceMappingURL=animations.css.map */