easings.net
easings.net copied to clipboard
Missing Math in Typescript for easeOutCirc
I just integrated all the TypeScript functions into a class, and noticed that for easeOutCirc
throws an error for sqrt
, as it should be Math.sqrt
. Super small issue, but might be nice to fix 😅
I think It is a cool PR for the first contribution. Can you fix this problem?
Fixed this with #173