From f10f92353f7b87325de13af980224ae62f2960c5 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 28 Apr 2025 18:04:45 -0300 Subject: real initial commit PRETTY SNAZZY --- theme/neb/static/css/neb-anim.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 theme/neb/static/css/neb-anim.css (limited to 'theme/neb/static/css/neb-anim.css') diff --git a/theme/neb/static/css/neb-anim.css b/theme/neb/static/css/neb-anim.css new file mode 100644 index 0000000..45de2fd --- /dev/null +++ b/theme/neb/static/css/neb-anim.css @@ -0,0 +1,31 @@ +@property --shine1 { + syntax: ''; + initial-value: 0%; + inherits: false; +} + +@property --shine2 { + syntax: ''; + initial-value: 0%; + inherits: false; +} + +@keyframes label-shine { + from { + --shine1: 0%; + --shine2: 0%; + } + + 20% { + --shine2: 0%; + } + + 80% { + --shine1: 100%; + } + + 100% { + --shine1: 100%; + --shine2: 100%; + } +} -- cgit 1.3.0-6-gf8a5