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
I would like to make the following animation in Skia, the current implementation is made in React Native SVG and I got that result by animating strokeDashoffset of an SVG.
I'm trying to replicate it in skia, but I haven't managed to get the result, the closest I found to do it is with DashPathEffect, but I can't manage to animate it.
Is there any way to animate the strokeDashoffset of an svg?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I would like to make the following animation in Skia, the current implementation is made in React Native SVG and I got that result by animating strokeDashoffset of an SVG.
I'm trying to replicate it in skia, but I haven't managed to get the result, the closest I found to do it is with DashPathEffect, but I can't manage to animate it.
Is there any way to animate the strokeDashoffset of an svg?
Beta Was this translation helpful? Give feedback.
All reactions