svgdotjs / svg.js

The lightweight library for manipulating and animating SVG
https://svgjs.dev
Other
11.15k stars 1.08k forks source link

Easing support in v3 svg.easing.js ! #1066

Closed priska42 closed 4 years ago

priska42 commented 4 years ago

How the heck do we use svg.easing.js with the v3 of svg.js??

I'm searching everywhere that answer, the doc is not clear at all about that, the svg.easing.js is 4 years old now...

Any help would be much appreciated.

Thanks

Fuzzyma commented 4 years ago

That plugin isnt really updated for 3.0 but you can try the following: create a global object named SVG with a property easing, load the plugin, access the easing functions through SVG.easing[name]