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

Fixed Contributor List Prematurely Resets During Slide Animation #341

Merged

Conversation

yogirajbshinde21
Copy link
Contributor

@yogirajbshinde21 yogirajbshinde21 commented Jun 27, 2024

This PR fixes #340 issue.

Description:

Previously, in the about section, the contributor list would slide from right to left but restart its animation before completing the full cycle. The fix ensures the contributor list completes its slide animation cycle smoothly before resetting, improving the user experience in the about section.

Please checkout this PR @Akshatchaube01

There was an error in the calculations and CSS styles, which caused the animation to reset before completing the entire contributor list.

.marquee-content {
  display: flex;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-660%);

Copy link

vercel bot commented Jun 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
time-warp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 11:27am

@Akshatchaube01 Akshatchaube01 merged commit e6d21ff into Akshatchaube01:main Jun 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Contributor List Animation Bug and UI Improvement Request
2 participants