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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user