I remember being confused because there was an onstart event for animator but no
event for finishing.
For animatorgroup, there is an "onstop" and "onfinish" and "ontarget" and "onpause" event, but I don't know how or when they work.
On 1/31/06, William Krick <[EMAIL PROTECTED]> wrote:
I have some code where I want to animate a view by slowly reducing the width to zero.Then, *AFTER* the animation is finished, I want to move the view to the end of the layout using...this.myview.mylayout.removeSubview(theView);
this.myview.mylayout.addSubview(theView);The problem is, I can't figure out how to tell when the animation has finished.Any ideas?
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
