Neronic's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Codes for Moving Text!

Hi, hello! I've found myself some neat codes for moving text while surfing the web
and decided to share the goodies with you lovely people :>
I also went ahead and tested these codes in a Spacehey CSS Preview website and I can confirm that they work (for me at least).

The codes were found on the website HTML.am for those who are curious.
==================================================

Scrolling Text:

Right to Left-
<marquee behavior="scroll" direction="left">(Text goes here.)</marquee>

Left to Right-
<marquee behavior="scroll" direction="right">(Text goes here.)</marquee>

Scrolling Up-
<marquee behavior="scroll" direction="up">(Text goes here.)</marquee>

Scrolling Down-
<marquee behavior="scroll" direction="down">(Text goes here.)</marquee>

-----
To change the text speed, place "scrollamount=(whatever number)" into the code, right after "direction=left/right/up/down".
EXAMPLES:
<marquee behavior="scroll" direction="left" scrollamount="5">The text is now faster!</marquee>
<marquee behavior="scroll" direction="left" scrollamount="1">The text is now slower!</marquee>

-----
Slide-in Text:

Left-
<marquee behavior="slide" direction="left">(Text goes here.)</marquee>

Right-
<marquee behavior="slide" direction="right">(Text goes here.)</marquee>
[This can go both up and down as well!]

-----
Bouncing Text:

<marquee behavior="alternate">(Text goes here.)</marquee>


90 Kudos

Comments

Displaying 6 of 6 comments ( View all | Add Comment )

✮ Mary ☣︎

✮ Mary ☣︎'s profile picture

thank you so much !!!


Report Comment

Helene

Helene's profile picture

Using! I added a direct link to this blog in my profile so people can check this out:) Tysm!


Report Comment

victor1a

victor1a's profile picture

THANK YOU SO MUCH!! THIS HELPS ME ><


Report Comment

MILO (lore number one fan)

MILO (lore number one fan...'s profile picture

(woah.)


Report Comment

🦴zara dog⛧,,

🦴zara dog⛧,,'s profile picture

tyy


Report Comment

ִ ۫ ✦ 𝗺iko ◞ ₊ ✩

ִ ۫ ✦ 𝗺iko ◞ ₊ ✩'s profile picture

TYSM FOR THIS ^^


Report Comment