Open greendiablo opened 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).
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;}
For some reason the animation doesn't work automatically. I put up a test slider here: http://bit.ly/uifPaY Not sure why.