anime icon indicating copy to clipboard operation
anime copied to clipboard

Return interpolated values outside DOM

Open fitzmode opened this issue 3 years ago • 0 comments

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.

fitzmode avatar Dec 04 '20 15:12 fitzmode