Helium-slider is a responsive jQuery image slider, built by Harun Eggleton under the open source MIT licenece.
download latest releaseinclude the following scripts as follows before the end of the BODY tag
↓ select alladd the following HTML wherever you want your slider to appear
↓ select allAdd the following CSS in main.css (or any desired css location)
↓ select allPlace the follow before the end of the BODY tag to initialize your slider. this example includes all options for initializing the slider
↓ select allPane elements must be positioned absolutely from top or bottom, and left or right.
The animation of the pane is defined by the pane settings (paneXOffset, paneYOffset, paneDelay, paneSpeed). Offsets animate the provided number in pixels, in the same direction as the slide animation. This direction may be reversed by entering a negative value.
To add more panes, simply add more pane elements in your html. you can add an additional class to each of them to position them differently.
To animate multiple panes differently separate the desired settings with commas. The values will apply in sequence to the panes in each slide. In the below example 100 will apply to the first pane, 200 to the second, and 300 to the third.
↓ select all ↓ select all