I made a little demo of an animation that targets 100 nodes with a SequenceEffect of 5 KeyframeEffect each.
http://jsbin.com/gicoju/edit?js
On chrome, although the animation creation takes time, seeking is ultra fast.
On polyfilled browsers (i.e. safari desktop) the main thread seems unresponsive.
Is this due to the way the polyfill is done, or can this be due to a hidden bottleneck somewhere ?
I made a little demo of an animation that targets 100 nodes with a SequenceEffect of 5 KeyframeEffect each.
http://jsbin.com/gicoju/edit?js
On chrome, although the animation creation takes time, seeking is ultra fast.
On polyfilled browsers (i.e. safari desktop) the main thread seems unresponsive.
Is this due to the way the polyfill is done, or can this be due to a hidden bottleneck somewhere ?