Marquee3000 icon indicating copy to clipboard operation
Marquee3000 copied to clipboard

Reverse is not working

Open MathiasGmeiner opened this issue 4 years ago • 5 comments

I had to change this line 88 to

const direction = this.reverse == 'true' ? -1 : 1;

MathiasGmeiner avatar Feb 27 '20 09:02 MathiasGmeiner

Wait, this does not solve the issue. It moves backward, but only once. After that it's blank.

ghost avatar Mar 31 '20 13:03 ghost

Was never able to get that option working. But if you just go to line 27 in marquee3k.js and hard code it: this.reverse = false; at least it will reverse.

chrisallick avatar Apr 26 '20 06:04 chrisallick

a quick "workaround" for this bug: the dataset itself already triggers the direction change. no matter if its true or false. see here the original codepen without dataset: https://codepen.io/ezekielaquino/pen/jwOMqV see here with reverse dataset: https://codepen.io/flweb/pen/xxOjrLR

fritzlaszlo avatar Nov 01 '20 19:11 fritzlaszlo

This is great, but the minified version does not contain the fix.

brdavs avatar Oct 17 '22 14:10 brdavs

The min.js still does not contain the fix. Movement is always reversed. Changing the dataset has no effect.

dollseb avatar May 09 '23 11:05 dollseb