feat: hover animations on all floating buttons

- Rotate 90°: PDF, leaf, info, theme, chat (symmetric icons)
- Wiggle: email envelope (notification feel)
- Scale pulse: keyboard shortcut (key press feel)
- Bounce up: back-to-top arrow (reinforces direction)
This commit is contained in:
juanatsap
2026-04-09 13:59:31 +01:00
parent 65e6d174a3
commit e865e0d9e0
2 changed files with 70 additions and 0 deletions
+5
View File
@@ -37,6 +37,11 @@
background: var(--accent-green, #27ae60);
}
.chat-toggle-btn:hover iconify-icon {
transform: rotate(90deg);
transition: transform 0.3s ease;
}
/* Icon swap: show mascot by default, close when active */
.chat-toggle-btn .chat-icon-close {
display: none;