• Hello, i have spotted interesting design function (video) on awwards website. I would love to import similar function on my web. I searched for hours but i didnt find anything that is compatible with gutenberg. Is there any way to aplly this loop sliding text function via wordpress?

    https://doulic.sk/wp-content/uploads/25.08.2022_15.57.44_REC.mp4

    I will be really thankfull for any help or idea

    Have a nice day

    • This topic was modified 2 years, 6 months ago by wsseri.
    • This topic was modified 2 years, 6 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • Oh, I’m really getting 1990s feelings here. At that time, this effect was extremely popular, especially since it was almost the only animation that browsers could do.

    There was already a discussion about it in the Gutenberg developer group, but it ended up not being implemented:
    https://github.com/WordPress/gutenberg/pull/27508

    One reason is that nowadays it can be done with CSS. Add a class to the paragraph you want to display in Gutenberg, e.g. “marquee”, and add it to your CSS:

    .marquee {
     animation: marquee 6s linear infinite;
     white-space: nowrap;
    }

    The rest of the presentation is up to you ??

Viewing 1 replies (of 1 total)
  • The topic ‘Loop of sliding text plugin’ is closed to new replies.