zurb / orbit

454 stars 96 forks source link

Animation doesn't work #101

Open greendiablo opened 12 years ago

greendiablo commented 12 years ago

For some reason the animation doesn't work automatically. I put up a test slider here: http://bit.ly/uifPaY Not sure why.

knewter commented 12 years ago

That animation is working fine for me (firefox 9), but I have the same problem locally in this browser (no animations but fade work).

stovepot commented 12 years ago

When you set timer: false you turn the animation off (https://github.com/zurb/orbit/issues/46) - simply hide the timer by amending your css with "visibility: hidden;"

In your case:

.custom-slider div.orbit-wrapper div.timer {visibility: hidden;}