Is there any way to make the styling animations synchronised across each component that uses them?
And if not possible without custom css now, is this a feasible idea request to add an option to a style class for the animation to be synchronous for all?
It would be crazy difficult because it’s all based on asynchronous property updates. You could probably get something CLOSE to synchronization by relying on a Timer script to broadcast a toggle between two styles.