How can i use timelines in version svg.js 3.x
问题 There seems to be a new timeline-feature in svg.js Version 3.x. I'd like to try this feature but I don't understand the api. As far as I see, the documentation has not been updated yet. Could you please give me an example that shows me how to get started with timelines? Thanks Michael 回答1: A new timeline is created for every element automatically when you animate it or request it: const animationRunner = el.animate(duration).move(100, 100) // cretates a timeline const timeline = el.timeline()