You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #247
Adjust the animation properties in `src/components/Layout/MobileMenu.component.tsx` to achieve slower and more gentle animations.
* **Menu Variants:**
- Reduce `stiffness` from 400 to 200.
- Reduce `damping` from 40 to 20.
* **Item Variants:**
- Reduce `stiffness` from 300 to 150.
- Reduce `damping` from 24 to 12.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/w3bdesign/dfweb-v4/issues/247?shareId=XXXX-XXXX-XXXX-XXXX).
The animations in MobileMenu is coming in too quickly, we need to adjust the animations to be a bit slower and more gentle.
The text was updated successfully, but these errors were encountered: