Open fitzmode opened 3 years ago
I'd like to be able to use interpolated values for morphing and line drawing svg's
var path = anime.path("M1,0 L2,2 L0,2 Z"); path('x').seek(0.5) . //Returns interpolated value at 50% of duration.
This would allow using anime.js in non-DOM contexts.
I'd like to be able to use interpolated values for morphing and line drawing svg's
This would allow using anime.js in non-DOM contexts.