Beads animate


in this demo one obj can be animated,another can't .why?

In Beads, set the clone:false. I think the first object is not cloned and then others in beads are cloned. It would not matter with a series, unless it repeats... but setting clone to false will keep the animate() - which cloned objects would not.

If you need more animating then add the animate to the beads which will automatically sequence. Or loop through the beads and apply the animate() to each item.

Also, in your example you can use the animate() method on the container directly rather than the animate() function and you would still need to set clone:false on Beads().