John-Richard Javier's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Add a moving / scroll / bouncing / marquee text effect to your Spacehey profile!

A little cool trick I've found somewhere when I was learning about HTML scripting. thank you faenass for helping me remember something like this i love you 


By using this trick, you can get a scrolling or moving text effect anywhere in your profile or even in the Comments.

Here are the codes (copy & paste this anywhere in your profile):

Right to Left scroll:

<marquee>This text will scroll from right to left</marquee>

Bottom to Top scroll:

<marquee direction="up">This text will scroll from bottom to top</marquee>

Top to Bottom scroll:

<marquee direction="down">This text will scroll from bottom to top</marquee>

Bouncing text:

<marquee direction="down" width="250" height="200" behavior="alternate" style="border:solid"> <marquee behavior="alternate"> This text will bounce </marquee> </marquee>

(Use any H&W according to your preference)

Note: Putting this at the very last section of your About me or wherever you wanna put this effect is recommended! 
EXAMPLE: 
Hey my name is John!
Thanks for visiting my profile.
-- > Last section : <marquee>Epic</marquee>
(It'll mess up your previous made texts)
---------------------------------
To be able to use this in any part of text sections of your profile, add </marquee></marquee></marquee> at the end of it.

Example:
-----------------------------------
Hey my name is John! 
Thanks for visiting my profile.
<marquee>Epic<marquee>
</marquee></marquee></marquee>
I'm Energetic, like always
December is here! Happy holidays!
---------------------------------------------

If you wanna see how the effect looks, go through my profile and check the about me section.

Enjoy! If this was helpful please add me or comment at this blog!


33 Kudos

Comments