[ Version ( since = "0.4" ) ]
public signal void animation_completed ()
The animation_completed signal is emitted when any animation in the view ends.
This is a detailed signal. For example, if you want to be signaled only for go-to animation, you should connect to "animation-completed::go-to". And for zoom, connect to "animation-completed::zoom".