Hi everyone,
I’m running into an issue with an HTML Text control in PowerApps that I was using to create a marquee-style scrolling message.
Here’s the HTML I’m using:
"<div style='background-color: transparent; color: white; padding: 0; border-radius: 5px; text-align: center; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;'>
<marquee behavior='alternate' scrollamount='10' style='width: 100%; height: 100%; display: flex; align-items: center;'>
<p style='margin: 0; font-size: 12px; line-height: 1.2;'>
<span style='color: black;'>"& var_Text1&" </span>
<span style='color: red;'>"& var_Text2&"</span>
<span style='color: black;'> "&va_Text3&"</span>
</p>
</marquee>
</div>"
This was previously working fine and displayed the text in a scrolling (marquee) style. However, it has recently stopped working — the text no longer scrolls.
Has anyone experienced something similar?
Is this due to a recent change in PowerApps or HTML rendering support?
Any suggestions or alternative approaches would be greatly appreciated.
Thanks in advance!
PS/ I would prefer to stay away from adding a label + a timer