easings.net icon indicating copy to clipboard operation
easings.net copied to clipboard

Missing Math in Typescript for easeOutCirc

Open BOLL7708 opened this issue 2 years ago • 2 comments

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 😅

BOLL7708 avatar Nov 09 '22 14:11 BOLL7708

I think It is a cool PR for the first contribution. Can you fix this problem?

gosolivs avatar Nov 09 '22 18:11 gosolivs

Fixed this with #173

internot169 avatar Apr 28 '23 17:04 internot169