You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, because this library doesn't support animating text, I converted my text into paths. However, the text is being drawn immediately in a oneByOne animation, before the elements defined before it. Here is a small reproducible example:
Hello!In this case, I would suspect the script that created the outlines of the text wasn’t optimised and created weird shapes. Can you try to pass your SVG in SVGOMG? I suspect it will fix the paths.SVGOMG - SVGO's Missing GUIjakearchibald.github.ioMessage ID: ***@***.***>
Hi, because this library doesn't support animating text, I converted my text into paths. However, the text is being drawn immediately in a
oneByOne
animation, before the elements defined before it. Here is a small reproducible example:new Vivus('example', { type: 'oneByOne', duration: 1000 })
Do you know why it's drawing out of order? Thanks for this library!
The text was updated successfully, but these errors were encountered: