mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2026-01-13 00:27:20 +08:00
fix: add transition duration to customizer button animation
- Add transition duration of 0.2s to motion.div for smoother animation - Improves visual consistency when opening/closing icon customizer
This commit is contained in:
@@ -839,6 +839,7 @@ export function IconDetails({
|
||||
key="button"
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ duration: 0.2 }}
|
||||
exit={{ opacity: 0 }}
|
||||
className="relative"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user