[Laszlo-user] time to get rid of lzAnimatorGroup.start() method
P T Withington
ptw at pobox.com
Mon Mar 24 17:48:10 PDT 2008
On 2008-03-24, at 20:11 EDT, Henry Minsky wrote:
> The "start" method on the animator class will be removed in the next
> release. Please update your code to use the
> doStart() method instead.
Or just use the start attribute. Usually it is sufficient to say:
<animator ... start="...">
You can constrain the start attribute, or set it using
`...setAttribute('start', true)` to control the animator.
More information about the Laszlo-user
mailing list