ux: FAB entry animation stops after 5 views (long loop)

This commit is contained in:
Ulas Kalayci
2026-04-30 09:09:39 +02:00
parent 5a93ac36aa
commit 89deb7b0ee
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -579,6 +579,11 @@
box-shadow: 0 0 0 4px var(--color-accent);
}
/* Long Loop: FAB-Animation nach N Aufrufen deaktivieren */
html.fab-anim-done .page-fab {
animation: none;
}
/* Desktop: FAB Position anpassen (keine Bottom-Nav) und etwas kleiner */
@media (min-width: 1024px) {
.page-fab {