Flashing text banner

Hello blocs users,
How can I create a flashing text banner?
Is there a Brics for this?
Thanks for your advice.
Rainer

You could use animation with infinite loops.

Flash.bloc (28.0 KB)

The “Flash” option might be a better style if that’s what you want, circa 90’s Geocities style.

Though if the newer “Accessibility Enhancement option in export settings” does not provide “@media (prefers-reduced-motion: reduce)” for the Animation features in the Inspector or add "aria-live=“polite” for such blinking text. Then you may instead want to approach this through a custom class and custom data-attribute to accommodate those two important aspects.

Thank you!