Skip to content

v1.1.1

Choose a tag to compare

@abosch19 abosch19 released this 01 Jun 10:18
· 8 commits to main since this release

Bug fixes

  • fix: the play prop now actually pauses the animation. animation-play-state only accepts running/paused, so binding the raw boolean to --play was silently ignored and the marquee never stopped. The value is now mapped to running/paused.

Example

  • Added a Play/Pause button to the demo page showing how to toggle the play prop.

Full Changelog: v1.1.0...v1.1.1