5/12/2023 9:28 AM | |
Joined: 1/21/2013 Last visit: 1/16/2025 Posts: 3435 Rating: (541) |
Hi Lee, Unfortunately, you forgot to add the mentioned image. But you are right, WinCC Unified does not support CSS animation at the moment. But you can use JavaScript to change the color property. To achieve an animation, you can trigger the script cyclically or use the "SetIntervall" method. For both solutions, you should be aware of the performance. Using cyclic scripts can have a huge impact on your performance, which in the worst case can lead to a crash. So if only a small amount of animation is needed, it's okay, but the higher the amount gets, the more performance is needed. Kind regards |
Follow us on