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

Disable timer stops animation #46

Closed
digitup opened this issue Aug 29, 2011 · 6 comments
Closed

Disable timer stops animation #46

digitup opened this issue Aug 29, 2011 · 6 comments

Comments

@digitup
Copy link

digitup commented Aug 29, 2011

When setting Timer to false. the slider doesn't animate the images and just display the first image. How can I get around that?

@mkelly12
Copy link
Contributor

Right, that option is a little confusion. Setting timer to false actually disable to auto advance of slides altogether.

What you really want to do is display: none; the timer element if you don't want to show it.

.orbit-wrapper .timer { visibility: hidden; }

@digitup
Copy link
Author

digitup commented Aug 31, 2011

@mkelly12: Thank you so much. I have done that already through CSS. I just thought setting timer to false should disable and hide it. Many thanks.

@nathanhornby
Copy link

Hi,

Sorry about jumping in after you've closed the convo.

But this seems a bit hacky to me. As you're still loading in the images etc., and then just hiding them. Could we not get an option that doesn't output the spinny clock, but leaves the animation intact? Seems a lot cleaner and I'm sure there must be a reasonable need for it out there.

@michaelryancaputo
Copy link

I'd really love this as well - I thought this is how it should (would) perform when setting the timer to false.

@ceri-richmond
Copy link

Plus 1.

I scratched my head for a while on this one before finding this.

Not intuitive at all IMO.

@Davst
Copy link

Davst commented Jan 25, 2013

Plus 1, this seems like a core feature since that timer gets in the way of a large block of content, especially on smaller devices.

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

No branches or pull requests

6 participants