Is it possible to link SVG animation model with Javascript custom processing? Specifically, SVG animation has an internal clock which synchronizes all animation elements. Besides, there are other ways to do animation with Javascript (e.g. with setTimeout, setInternval). I wonder if there are any ways to link SVG animation with Javascript code, so that we can use Javascript to do some custom animation not supported by SVG SMIL but still able to be harmonized with SVG animation model.
Appreciate any ideas.
Cheers, Bruce