Devrama / Devrama-Slider

jQuery Image/HTML Slider Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop transition on init

opened this issue · comments

Hi,

Is there a way in which I can stop the transitions so that they only happen when the user clicks the arrows?

hey marsuaga - edit your devrama js file, search for all instances of is_pause and set them to true

there's a few that are set to false, but set them all to true and you should be good to go

edit - note that this will kinda kill the lazy loading, but depending on your needs might be ok - good place to start nonetheless

edit 2: It seems the version he has on his website is broken but the version on github works (both 0.9.4). If you use the version from github and change all instances of is_pause to false, it appears to work without breaking other functionality.