I am trying to run different animations on different button clicks to animate same properties but it works only partially (see: WPF animation - can only animate one property if running second animation)
Hence I have a more general question - what happens to a WPF animation after it ends? Does it release resources? Can I completely disregard it after it is done or should I somehow make sure it releases resources?