- Added support for mouse whee scrolling.
- Tickers now all get the vTicker class for css markup.
- If a row height is specified that the items are now actually restricted to that height. Add the following css to make longer items scroll properly.
.vTicker li { overflow: hidden; }
- Added helper methods for easy scripting of the ticker.
$(selector).totemticker("start");
$(selector).totemticker("stop");
$(selector).totemticker("previous");
$(selector).totemticker("next");
The new version is available on GitHub at https://github.com/pynej/totem.
No comments:
Post a Comment