add optional rotating

This commit is contained in:
CodeDevMLH
2025-09-28 21:46:51 +02:00
parent b519ad0db2
commit 8237696323
2 changed files with 31 additions and 12 deletions

View File

@@ -26,6 +26,12 @@
animation-iteration-count: infinite, infinite;
}
/* Class to disable rotation */
.no-rotation {
--rotate-start: 0deg !important;
--rotate-end: 0deg !important;
}
@-webkit-keyframes leaf-fall {
0% {
top: -10%;