Closed JetFault closed 11 years ago
$strip.width() would return the original size.
Instead we have to manually get the width of all the li elements and use that as our strip width.
This caused the problem if the text was < strip width, the text would jump rather than coming from the side of the strip
Fixes #7
$strip.width() would return the original size.
Instead we have to manually get the width of all the li elements and use that as our strip width.
This caused the problem if the text was < strip width, the text would jump rather than coming from the side of the strip
Fixes #7