This appears to only happen to the first tick which continues to increase its distance from the second until it appears at the back of the list!
Could you direct me to your page where you are seeing this? Thanks!
Yes its www dot brooke dot norfolk dot sch dot uk
I think your issue is due to the fact that your total ticks don’t fill up the entire width. A single tick won’t re-appear until after it has complete exited the screen. I am planning on working out an update that will do away with this issue, but I can’t say when I’ll have time to work that out.
For now, I would suggest just duplicating your current ticks 1 or 2 times, so the full width of the ticker is filled. So, if you have:
Tick 1
Tick 2
Tick3
Setup your ticker like:
Tick 1
Tick 2
Tick3
Tick 1
Tick 2
Tick3
Tick 1
Tick 2
Tick3
Is it not possible to set it so that a tick wont reappear until after the last tick has exited the screen?
Thanks.
No, it is not built that way. It is built to show the next tick as soon as possible so there is continual content scrolling across the screen.
Thanks, I appreciate that is the case but thought that may be an easy approach to preventing it happening.
Cheers.
No, sorry. It would take customization to both the jquery script and other code to make it possible and to allow users to enable/disable this functionality.
Thanks for using my plugin!