orbit
orbit copied to clipboard
Removing Rotating Timer
Anyway to remove the rotating timer, but keep the orbit going?
This works for me:
.orbit-wrapper .timer .mask {
display: none;
}
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.