« Back to the HTML Forum

Does anyone have code for automatic scrolling up?

Posted by Yg.★

posted

Forum: HTML Group

Does anyone have code to automatically scroll images upwards? I'm going to apply it to the interests table. I currently have code that rotates the images when they're touched (i.e., dragged upwards), but I want it to be automatic.


Report Topic

1 Reply

Reply by Draca Dragona

posted

Found this from another user, it's called a marquee.

You can replace 'right' with (up, down, or left)

 

<!-- (c) Layout created by kels (https://layouts.spacehey.com/layout?id=26560) -->

<marquee behavior="scroll" direction="right">

<img src="URLHERE" width="120" height="80" alt="Natural"/>

<img src="URLHERE" width="120" height="80" alt="Natural"/>

</marquee>


Permalink Report Reply