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:
Thomas Camlong
2025-12-26 18:01:33 +01:00
parent edf0e048b9
commit 3239f82d88

View File

@@ -839,6 +839,7 @@ export function IconDetails({
key="button"
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
transition={{ duration: 0.2 }}
exit={{ opacity: 0 }}
className="relative"
>