Closed w3bdesign closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
dfweb-v4 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 28, 2024 7:33am |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.97%. Comparing base (
482d6a5
) to head (2f29c54
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Related to #247
Adjust the animation properties in
src/components/Layout/MobileMenu.component.tsx
to achieve slower and more gentle animations.Menu Variants:
stiffness
from 400 to 200.damping
from 40 to 20.Item Variants:
stiffness
from 300 to 150.damping
from 24 to 12.For more details, open the Copilot Workspace session.