mazedigital / Web-Ticker

A jQuery web ticker
https://maze.digital/webticker/
Other
172 stars 102 forks source link

Fixed Bug with strip width calculation #8

Closed JetFault closed 11 years ago

JetFault commented 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