Is there a notification for the end of CSS transition or animation

For example if I implement a custom checkbox check animation, I’d like to know when it ended. Currently I’m using a timeout with the same duration, but it is not very accurate - it looks like sometimes I get the timeout (with normal priority) significantly later than expected. And it is kind of ugly code wise :slight_smile:

In other words I’m looking for gtk’s “animationend” equivalent.

No, there isn’t. CSS animations are not available to the widget, because unlike the web platform, there’s no CSS object model.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.