MRchildNEO / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Start animations in order and respect activation priority #577

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes animations that are started immediately as well as shortly thereafter 
are not started in the proper order. The fix to be implemented is to start 
immediate animations right away after adding instead of waiting for the 
scheduler loop.
Also, even when we start animations in the proper order, we are not respecting 
activation priority. (More recently started animations should take precedence.)

Original issue reported on code.google.com by grick23@gmail.com on 20 Nov 2010 at 9:04

GoogleCodeExporter commented 8 years ago
Fixed in r1241.

Original comment by grick23@gmail.com on 20 Nov 2010 at 9:24