About the CSS supported by TIpHTMLPanel.
Hello, I'm using Lazarus to create an application.
I'm using TIpHTMLPanel to display the results in my current application.
I am currently considering implementing a marquee-like animation for HTML tags, and I wrote the following CSS, but it did not work.
div{
width: 30ex;
overflow: hidden;
}
p{
width: 40ex;
animation: 5s linear 0s infinite normal marquee;
}
@keyframes marquee {
from { transform: translate(0%);}
99%,to { transform: translate(-100%);}
}
The code itself has been checked by Codepen.io and confirmed to work as expected with Google Chrome Version: 95.0.4638.69.
https://codepen.io/TakamiChie/pen/XWaVVzgI would like to modify the above CSS or consider alternatives, as I want Lazarus to work as intended. So I would like to know what CSS is supported by TIpHTMLPanel.
Is there a list of CSS supported by TIpHTMLPanel or information about rendering engines?
--
Re:al city Agent SIDE BEACH CITY. TakamiChie
Mail:chie@onpu-tamago.net
Web:https://onpu-tamago.net/
Twitter&Facebook: TakamiChie