See documentation and support information over here.
Image only slider with continuous playing, 10 seconds per slide, only fading effect.
AwesomeSlider({ htmlIdentifier: '#slider_demo_1', xmlSource: 'xml/slider_1.xml', continuous: true, timer: 5000, hasFading: true, hasHeightToggleing: false, fading: 1000 });
This slider has both fading and height toggleing effects activated, and contains both html, images and html with images. It even includes links [opens in new window]. This slider however will not autoplay to next slide.
AwesomeSlider({ htmlIdentifier: '#slider_demo_2', xmlSource: 'xml/slider_2.xml', continuous: false, hasFading: true, hasHeightToggleing: true, fading: 1000, heightToggleing: 1000 });
Awesome Slider is a dynamic slideshow which supports variable number of slides. It is bundled with numeric controls — no thumbnails or any other gizmos. The slider supports all sorts of html tags inside its slides, not just images or movies. Sliding is performed manually by user, or default by the slider itself on a given interval.
AwesomeSlider({ htmlIdentifier: '#slider_demo_3', xmlSource: 'xml/slider_3.xml', continuous: false, hasFading: false, hasHeightToggleing: true, heightToggleing: 1000 });