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
{{ message }}
This repository was archived by the owner on May 18, 2020. It is now read-only.
//Starting a scroller animation with the HTML tag <scroller>//Needed arguments are:// - width --> The maximum with of the scroller// - space --> Space between repeating// - time --> time per step in msRunningTextFormaterscroller = newRunningTextFormater("<scroller width=10 space=0 time=100>HELL§nO THIS IS A§a TEST§a STRING!</scroller>XX<scroller width=10 space=0 time=150>HELLO THIS IS A TEST STRING!</scroller>XX<scroller width=10 space=0 time=200>HELLO THIS IS A TEST STRING!</scroller>") {
@Overridepublicvoidupdate(StringnewText) {
//this method will run when the text is updating
}
};