Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop transition on init #6

Open
ghost opened this issue Aug 25, 2015 · 1 comment
Open

Stop transition on init #6

ghost opened this issue Aug 25, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 25, 2015

Hi,

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

@trehug
Copy link

trehug commented Oct 9, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant