Hello,
I am running an HTML page that's controlled remotely. I would like to transition between pictures (crossfade) using:
img#texture {
-webkit-transition: all 4s ease-in 0.5s;
}
This works fine on my machine with Chromium 69 but fails on a XT1144. I see that CSS transforms are supported., this makes me hope I'm doing something wrong.
Any help or advice is much appreciated. Thanks!