Vanilla Retro JS
Blink
Code
<retro-blink>
<div slot="content">
<p>Blink</p>
</div>
</retro-blink>
Example
Blink
Marquee
Code
<retro-marquee direction="bottom">
<span slot="content">Marquee Tag</span>
</retro-marquee>
Example
Properties
- height: number
- width: number
- direction: top | bottom | left | right (default: right)