-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix/154/sponsorship-section-style-improvement #182
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bar scroll bar is a little wonky looking..
May I suggest, we could either change the styling of the scroll bar (https://www.geeksforgeeks.org/how-to-change-style-of-scrollbar-using-tailwind-css/)
OR make it so when there's overflow, its an animated carousel that infinitely goes through the sponsors? <-- this one might be a pain in the ass to do though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
carousel.style.transform = `translateX(-${currentPosition}px)`; | ||
animationFrameIds.set( | ||
carousel, | ||
requestAnimationFrame(updatePosition) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you know its real when you call requestAnimationFrame
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you know its real when you call
requestAnimationFrame
ong bro, 10x react dev right here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is crazy bro.. good shit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W
🛠️[Fix] sponsorship section style improvement #154
🔍 What's Included
Sponsor.section.tsx
.📁 Files Affected:
src/assets/logos/taskade.png
src/components/sections/Sponsor.section.tsx