infinite-marquee
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "infinite-marquee", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Configurable package to create an infinite marquee effect. Animated with JS or CSS.", | ||
@@ -5,0 +5,0 @@ "main": "resources/js/infinite-marquee.js", |
@@ -15,2 +15,4 @@ # Infinite Marquee | ||
[Basic Demo](https://codepen.io/JamesHRowe/pen/eYEMbXz) | ||
#### HTML | ||
@@ -69,2 +71,4 @@ | ||
[Options Demo](https://codepen.io/JamesHRowe/pen/QWMmYBG) | ||
### Options Example | ||
@@ -86,5 +90,6 @@ | ||
new InfiniteMarquee({ | ||
el: document.querySelector('.my-marquee') | ||
direction: 'right', | ||
duration: 5 | ||
el: document.querySelector('.my-marquee'), | ||
direction: 'right', | ||
duration: 5, | ||
css: false | ||
}) | ||
@@ -91,0 +96,0 @@ ``` |
147630
123