svelte-neomarquee

An event-driven and feature-rich marquee component for Svelte

MIT License

Downloads
21
Stars
0
Committers
1

Bot releases are hidden (Show)

svelte-neomarquee - v1.1.1 Latest Release

Published by WarningImHack3r 2 months ago

  • Fix trailing gradient still showing up (even wider than configured) despite being disabled
svelte-neomarquee - v1.1.0

Published by WarningImHack3r 2 months ago

  • Add the mode prop, allowing choosing between single and multiple-content marquees
  • Add showLeadingGradient and showTrailingGradient props for granular gradient toggling; overwritten by the existing showGradient
  • Expose clientWidth and clientHeight for easy bindings
  • Position content to its original position when the animation ends
  • Add props validation
  • Fix play not being set to false when the animation ends
  • Fix bad naming for showGradient in docs
  • Tweak docs
svelte-neomarquee - v1.0.0

Published by WarningImHack3r 2 months ago

  • Initial release