tickerMode |
'Vertical' (default), 'Horizontal', 'Mini' |
This option dictates the style of ticker that will be rendered. There are three types of ticker, Vertical, Horizontal or Mini. You can see examples of each here. |
customCSS |
string (defaults to false) |
This option allows you to provide an additional CSS file to overright the base styles of the jQuery ticker. This stylesheet is injected directly into the head of the markup. Really useful if you do not have direct access to the markup. |
pauseOnHover |
true (default), false |
Prevents ticker animating to the next slide when mouse pointer enters the ticker. |
delay |
in milliseconds (e.g. 500 = 500ms) |
Delay is invoked only when autoAnimate is enabled, defining the delay between each tick animation. |
speed |
in milliseconds (e.g. 500 = 500ms |
Like delay, speed is also invoked only when autoAnimate is enabled, defining the speed of each tick animation. |
autoAnimate |
true (default), false |
This option is defaulted to true, and allows the ticker to scroll automatically. Frequency and speed of scrolling are defined by delay and speed options, respectively. |
buttons |
true (default), false |
When enabled, buttons will be injected into the markup to provide the user with the ability to scroll through the ticker. They can be used in conjunction with autoAnimate and easily styled. |
highlightFeatured |
true (default), false |
When enabled, will search each list item for the featured attribute and apply a featured class, which can be styled appropriately. This cannot be used in conjunction with contentFeed as content is dynamically generated. |
tickerTitle |
Any String (defaults to false) |
This option accepts any string, when a string is present a title is prepended to the jQuery Ticker. |
contentFeed |
Any XML feed (defaults to false) |
If a feed URL is present, the jQuery Ticker will disregard any content currently present in the existing container and populate with content from the feed. |
feedCount |
false (default - returns all), int |
feedCount determines the number of feed items to return when populating the jQuery Ticker using the contentFeed option. false will return all items |
truncateAt |
int (defaults at 200) |
If not set to false, truncateAt will truncate list item content to a desired number of characters, rounding down to each word. An ellipsis can be appended to each item using the addEllipsis |
linkTarget |
'_blank', '_parent' etc |
Injects a target into each item link. Leave blank for no target. |
addEllipsis |
true (default), false |
Append '...' to each item's content. |
backgroundColour |
'transparent', any HEX value (e.g. #ffffff) |
Overrides the background colour of the News Ticker |
titleColour |
'transparent', any HEX value (e.g. #ffffff) |
Ovverides the background colour of the News Ticker Title |
titleTextColour |
'transparent', any HEX value (e.g. #ffffff) |
Ovverides the text colour of the News Ticker Title |