You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ticker stops moving after we set it's parent element's display property to none and back to block or something.
So basically when we want to toggle the visibility of ticker, it get paused.
I tried to continue it $('#slidingNotice').webTicker('cont'); but that doesn't help.
The text was updated successfully, but these errors were encountered:
Ticker stops moving after we set it's parent element's display property to none and back to block or something.
So basically when we want to toggle the visibility of ticker, it get paused.
I tried to continue it
$('#slidingNotice').webTicker('cont');
but that doesn't help.The text was updated successfully, but these errors were encountered: