thx to @ArachnoLibrarian for the code
list of allowed attributes now
direction: Sets the direction of the scrolling within the marquee. Possible values are left, right, up and down. If no value is specified, the default value is left.
behavior: Sets how the text is scrolled within the marquee. Possible values are scroll, slide and alternate. If no value is specified, the default value is scroll.
scrollamount: Sets the amount of scrolling at each interval in pixels. The default value is 6.
height: Sets the height in pixels (only whitelisted up to 500)
example:
<marquee behavior="alternate" direction="down" height="500" scrollamount="100">
<marquee behavior="alternate" scrollamount="100">
</marquee>
</marquee>
translates to:
Jump in the discussion.
No email address required.
Jump in the discussion.
No email address required.
Tell me your secrets, how are you alternating speeds and directions like that?
Or else.
Jump in the discussion.
No email address required.
nested marquees and different scrollamounts
Jump in the discussion.
No email address required.
Jump in the discussion.
No email address required.
More options
Context
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
More options
Context