react-fast-marquee
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "react-fast-marquee", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A lightweight React component that utilizes the power of CSS animations to create silky smooth marquees.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -82,2 +82,3 @@ # React Fast Marquee | ||
| `delay` | `number` | `0` | Duration to delay the animation after render, in seconds | | ||
| `loop` | `number` | `0` | The number of times the marquee should loop, 0 is equivalent to infinite | | ||
| `gradient` | `boolean` | `true` | Whether to show the gradient or not | | ||
@@ -87,2 +88,2 @@ | `gradientColor` | `Array<number>` of length 3 | `[255, 255, 255]` | The rgb color of the gradient as an array of length 3 | | ||
| `children` | `ReactNode` | `null` | The children rendered inside the marquee | | ||
| `loop` | `number` | `0` | The number of times the marquee should loop, 0 is equivalent to infinite | | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25551
88