Marquee leverages the Web Animations API to create smooth animations.
JOYCO Marquee is a marquee component that leverages the Web Animations API to create smooth animations.
Features:
Smooth Animations: Uses the Web Animations API for performance.
Precise Control: Offers programmatic control over animation playback, which allows dynamic adjustments to speed and direction.
Runtime Flexibility: Allows modification of animation parameters on the fly.
React Component: Provides a <Marquee>
component for use in React applications.
Custom Hook: Includes a useMarquee
hook for more control and sharing configurations.
Customizable: Offers props for speed, speedFactor, direction, and class names.
Automatic Workflows: Comes with GitHub Actions workflows for releases and publishing.
Version Management: Uses Changesets to manage versions and publish releases.
Framework Compatibility: While it has a React implementation, it is not strictly bound to React and can be implemented in other frameworks.