Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slower animations #248

Merged
merged 3 commits into from
Jul 28, 2024
Merged

Slower animations #248

merged 3 commits into from
Jul 28, 2024

Conversation

w3bdesign
Copy link
Owner

@w3bdesign w3bdesign commented Jul 28, 2024

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.

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).
Copy link

vercel bot commented Jul 28, 2024

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

@codecov-commenter
Copy link

codecov-commenter commented Jul 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.97%. Comparing base (482d6a5) to head (2f29c54).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #248   +/-   ##
=======================================
  Coverage   97.97%   97.97%           
=======================================
  Files          21       21           
  Lines         198      198           
  Branches       57       57           
=======================================
  Hits          194      194           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@w3bdesign w3bdesign merged commit 2ac8254 into main Jul 28, 2024
7 checks passed
@w3bdesign w3bdesign deleted the fix-animations branch July 28, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants