v1.1.1
Bug fixes
- fix: the
playprop now actually pauses the animation.animation-play-stateonly acceptsrunning/paused, so binding the raw boolean to--playwas silently ignored and the marquee never stopped. The value is now mapped torunning/paused.
Example
- Added a Play/Pause button to the demo page showing how to toggle the
playprop.
Full Changelog: v1.1.0...v1.1.1