mazedigital / Web-Ticker

A jQuery web ticker
https://maze.digital/webticker/
Other
172 stars 102 forks source link

Initial state display none problem #35

Open alexseif opened 8 years ago

alexseif commented 8 years ago

Hello, I've been trying to implement the ticker, and it works great, however initially the design is broken until the js loads, so I want to hide it until the init scripts run, instead the new markup adopts the display:none and running $('#ticker').show(); and $('.tickercontainer').show() doesn't work and is a little confusing for me to trace it.