Listen for the animator's onstop event.
On Tue, Jan 31, 2006 at 8:41 AM, William Krick 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
Dan Stowell
Software Engineer
Laszlo Studios
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
