Html / css / js

I want to understand it and I try to understand it. But I don’t understand it. What am I doing wrong?

That’s for example what I want.

That’s what I get.
Vertical Text Slider.bloc (717.8 KB)

Hi @Grandpa.

If you want to use GSAP for an animation you’ll need to load it as well. :smiley:

Kapture 2021-10-18 at 10.33.31

@Jerry Live can be so easy :smiley:

This is required @Grandpa as @Jerry demos.

Needs to be placed before the Script.

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/gsap.min.js"></script>

GSAP docs…

@PeteSharp at some point I will understand it too :wink:

You might need to set position to fixed in at .line in the CSS. Without the text scrambles all up for me.

@Jerry @PeteSharp It’s only an example. I’ll practice, practice, practice. And I hope to understand someday. Thank you for the fast support that is always available.

Here you go. Your own (working) file to play with:
Vertical Text Slider.bloc (1.4 MB)

1 Like

Using the class manager. You could use Divs as well and make it more editable on the canvas without using the code editor.

Vertical Text Slider Example.bloc (1.4 MB)

(by the way, this ones in the center :wink: - this is because the code widget adds a div. So if you add flex around the code widget, it wont influence the content in the code widget.

1 Like