Skip to content

Fixed Contributor List Prematurely Resets During Slide Animation#341

Merged
Akshatchaube01 merged 1 commit intoAkshatchaube01:mainfrom
yogirajbshinde21:yogiraj_bug_fix
Jun 27, 2024
Merged

Fixed Contributor List Prematurely Resets During Slide Animation#341
Akshatchaube01 merged 1 commit intoAkshatchaube01:mainfrom
yogirajbshinde21:yogiraj_bug_fix

Conversation

@yogirajbshinde21
Copy link
Copy Markdown
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%);

@vercel
Copy link
Copy Markdown

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

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