Play animation on multiple widgets

Hello,
I have two ProgressBar’s, they are supposed to be duplicates of each other, each on a different Stackpage. I bounded the properties of one, to the other using bind. This works fine, so I only have to work with one in the software. However, the animation I play on one does not show on the other. Is there a way to achieve this without creating two seperate animations?

Hi,

How do you play the animation? With Gtk.ProgressBar.pulse ?

If yes, I’m afraid you can’t sync that with bind, so will have to call it on each instance.

1 Like

I play it using an Adwaita animation bound to the fraction property