If you wanted the ticker to scroll at 12 pixels per second, you could
take the width of the ticker element in pixels and divide by 12 to get
the seconds for animation. You'd also need a resize handler for the
ticker to recalibrate the speed. Would that work? Do  you need to
implement some sort of wraparound too?

Reply via email to