Marquee
The @emr-marquee
is an Angular marquee library that delivers a versatile marquee component with various configuration options, including animation speed, reverse scrolling, gap size, and the ability to pause on hover.
Key features:
- ✅ Includes options to control animation speed and reverse scrolling.
- ✅ Allows the marquee to pause when hovered.
- ✅ Lightweight and simple to integrate as a standalone component.
Basic marquee
Marquee reverse
Marquee with pause on hover
API Reference
emr-marquee
- the root component of the marquee component. This component contains a text of the marquee.
Prop | Type | Default |
---|---|---|
reverse Flip the running line text to the other side. | boolean | false |
pauseOnHover The running line stops when you hover over it. | boolean | false |