dynamic-marquee
dynamic-marquee copied to clipboard
How to start crawl from perticular position?
Hi @tjenkinson My client wants to start the text crawl from perticular position, So have you given any method by which i can get or set the crawl position?
You mean you want to start with some of the items already on screen but not filling it?
So startOnScreen: true
doesn’t work?
@tjenkinson no, i want suppose the crawl text come to 15% of the screen and user refresh the screen then i want to restart the crawl from 15% of the screen. which is already covered before the refreshing.
You could append an empty div first with fixed width and use startOnScreen: true
?
@tjenkinson I could not understand the suggested implementation ,Can you give me an example.
i think you should give the methods to set and get the position of crawl text, it would be best thing for your 'dynamic plugin'
@tjenkinson Would you want to give any suggestion?