zurb / orbit

454 stars 96 forks source link

Removing Rotating Timer #74

Open joshbrown opened 13 years ago

joshbrown commented 13 years ago

Anyway to remove the rotating timer, but keep the orbit going?

robfletcher commented 13 years ago

This works for me:

.orbit-wrapper .timer .mask {
    display: none;
}
robfletcher commented 13 years ago

Actually, crazily enough doing that breaks the slide animation effect in Chrome! I ended up using opacity:0 instead which works and doesn't break the slide transitions.