Perspective Styling animation sync

Is there any way to make the styling animations synchronised across each component that uses them?

UnsyncdAnimation
UnsyncdAnimation2

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?

1 Like

I don’t think it’s feasible now with CSS only… That said, it’s absolutely a feasible feature request!

1 Like

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.

1 Like