Getting Started
Installation
Installing JavaScript
Quick start
The quick start tutorial
Beginners Guide
The very basics guide
Skinning
Using skins
Using Evo Slider CSS skin
Creating a skin
Creating your own CSS skin
References
FAQ
Frequently ask questions
Using Options
How to setup the options
Using API
How to use Evo Slider API
Using Events
Guides how to bind Evo Slider events
Using Easing Plugin
Installing easing plugin
Guides
Slider Mode
Customize the Title Bar
Customize Toggle Icon
Display Thumbnail Carousel
Display Rotator List
Working with Text
Using Callback Options
Using External Links
Using Permalink
Creating Custom Index
Image Scaling
Adding Videos
Using XML
Using Dailymotion's Service
Using Vimeo's Service
Using YouTube's Service
Using Dribbble's Service
Using Flickr's Service
Using Google+/Picasa's Service
Using Instagram's Service
Options
addLinkToImage
Adds link to image
addLinkToTitle
Adds link to title
after
Callback function to run after slide transition
autoHideText
Text description auto hide on hover
autoplay
Sets Evo Slider to play slideshow on start
before
Callback function to run before transition
classBtnNext
The CSS class used for the next button
classBtnPrev
The CSS class used for the prev button
classExtLink
The CSS class used for the external links
controlNav
Enables control navigation
controlNavAutoHide
Control auto hide on hover
controlNavMode
Control navigation mode
controlNavPosition
Sets control position
controlNavVertical
Defines control navigation to display vertically
controlNavVerticalAlign
Sets position of the vertical control
controlSpace
Space between outside control and slides
customIndex
Sets control's custom index
dailymotion
Customize the Dailymotion player
directionNav
Enables directional navigation
directionNavAutoHide
Directional control auto hide on hover
easing
Defines the easing mode
external
Defines external data source
height
Sets Evo Slider height
hideCurrentTitle
Hides current title bar navigation
imageScale
Defines image scale mode
interval
Autoplay interval time
keyboard
Enables keyboard navigation
linkTarget
Image link target attribute
loadFinish
Callback function to run when finish loading external data.
loadStart
Callback function to run when start loading external data.
loop
Rotate slideshow
mode
Sets slider mode
mouse
Enables mouse wheel scroll navigation
nextText
Sets next button text
numberSlides
Sets how many slides you want in your Evo Slider
outerText
Enables outer text description
outerTextPosition
Sets position of the outer text
outerTextSpace
Sets space between outer text and slides
pauseOnClick
Pause autoplay on control click
pauseOnHover
Pause autoplay on hover
permalink
Enables linking to slide via Url
playButtonAutoHide
Play button auto hide on hover
prevText
Sets prev button text
readMoreText
Set up the text of the read more button.
rotatorThumbsAlign
Sets rotator list position
showDirectionText
Enables direction text
showIndex
Displays index
showPlayButton
Enables play button
showReadMore
Adds read more button
showRotatorThumbs
Enables rotator thumb images
showRotatorTitles
Enables rotator list titles
slideSpace
Sets space between slides
speed
Sets the speed of animation
startIndex
Sets the start index
swipe
Enables or disables touch swipe support
textMode
Sets the text description layout mode
titleClockWiseRotation
Rotates title bar clock wise
toggleIcon
Enables toggle icon
vimeo
Customize the Vimeo player
width
Sets Evo Slider width
youtube
Customize the YouTube player
API Methods
destroy()
Destroy Evo Slider instance
getIndex()
Returns the current index
getLength()
Returns the slides length
getNext()
Returns the next index
getOptions()
Gets options value
getPrev()
Returns the previous index
next()
Displays the next slide
pause()
Stops slideshow
play()
Starts slideshow
playToggle()
Starts or stops slideshow
prev()
Displays the previous slide
resize()
Changes the width and height
setOptions()
Sets the Evo Slider options at run time
show()
Show the specified slide
Events
bind()
Bind a callback function to an Evo Slider event
onfinish
Triggers after slide transition
onpause
Triggers when the Evo Slider stops playing
onplay
Triggers when the Evo Slider starts playing
onstart
Triggers before slide transition
trigger()
Manually trigger an Evo Slider event
unbind()
Removes all functions attached to an Evo Slider event