Re: Dynamic lines between two items during animation



On Mon, 2010-12-13 at 16:31 +0800, Tim Chen wrote:
> Hi,
> 
> I am trying to create a small animation clip where two items are
> connected by a polyline.
> 
> However, when I animated the items with goo_canvas_item_animate(),
> which signal should I intercept *during* the item animation?
> 
> Currently I can only update the polyline *after* the animation
> finished using the signal "animation-finished".

There are no signals emitted during the animation at present.

You may have to add a timeout and animate the items and connections
yourself.

Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]