Joomla content scroller plugin, module, component, extension. Scroll your Joomla content.
Creates scrolling area with specified content. This plugin is also a part of ARI Smart Content: News Pack
Features:
- Can scroll different types of content: HTML, images, flash, etc.
- Different scroll directions
- Different skins for scrolling area
- Customizable speed
Example:
Usage:
{arijscroll
width="100"
height="100"
speed="0"
delay="0"
skin="dotted"
className=""
direction="up"
ignoreLeave="true"
alternate="true"
stopOnMouseMove="true"
fontsize="0"}scrolling content{/arijscroll}
Parameters:
- width - Width of scrolling area. Values: number
- height - Height of scrolling area. Values: number
- speed - Speed of scrolling. Values: number
- delay - Delay of scrolling. Values: number
- skin - Skin of scrolling area container. Values: dotted, bold_dotted, solid
- className - CSS class name of scrolling. It's possible to specify any CSS class that will be
applied to scrolling area container. Values: CSS class
- direction - Direction of scrolling. Values: Up, down, left or right
- ignoreLeave - Stop scroller when user leaves the browser window or not. Values: true, false
- alternate - Alternate Scrolling moves the content bounce back and forth. Use alternate scrolling or not. Values: true, false
- stopOnMouseMove - Stop on mouse move. Stop scroller when the user has his mouse over the scroller and start again when the user moves the mouse off the scroller. Values: true, false
- fontsize - Size of font for content. Values: number
|