Skip to content

Conversation

@andrewrubin
Copy link
Member

@andrewrubin andrewrubin commented Dec 11, 2024

Ticket: https://wethecollective.teamwork.com/app/tasks/22769488

Description

Adds a new prop, reverse, which simply reverses the direction of the animation.

Additional Notes

  • It looks like changeset might not be working for this repo :( If that's the case I'll bump the version manually.
  • This package could use an upgrade to CSS Modules, but I will leave that for a major version bump later on.

Usage

<Marquee speed={20} reverse>
  <img src="image-1.png" alt="" width="500" height="500" />
  <img src="image-2.png" alt="" width="500" height="500" />
  <img src="image-3.png" alt="" width="500" height="500" />
</Marquee>

Copy link
Member

@marlonmarcello marlonmarcello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍰

@andrewrubin andrewrubin merged commit d9ff647 into main Dec 11, 2024
5 checks passed
@github-actions github-actions bot mentioned this pull request Dec 11, 2024
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.

3 participants