Scrolling text?

Is scrolling alerts possible in appsheet? Similar to what’s been done on this app…no idea what was used to make this app.

0 1 330
1 REPLY 1

The only way I’m aware of is with SVG’s. Here is a code snippet:

CONCATENATE("data:image/svg+xml;utf8,
<svg xmlns=""http://www.w3.org/2000/svg"" width=""100%"" height=""50"">
<text x=""0"" y=""50%"" fill=""purple"">Tammi Canelli is the best!
<animate attributeName=""x"" from=""-100%"" to=""100%"" dur=""5s"" repeatCount=""indefinite""/>
</text>
</svg>")

Paste the above formula into the content box of a virtual column of type Show, like the following:

2X_6_6068fcc15c31f15b2bf41fad34e9266d9fdba186.png

Top Labels in this Space