You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😅
The text was updated successfully, but these errors were encountered:
I just integrated all the TypeScript functions into a class, and noticed that for
easeOutCirc
throws an error forsqrt
, as it should beMath.sqrt
. Super small issue, but might be nice to fix 😅The text was updated successfully, but these errors were encountered: