Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add smoothstep as an alternative to exponential approach #8

Open
Not-A-Normal-Robot opened this issue Sep 5, 2023 · 1 comment
Open

Comments

@Not-A-Normal-Robot
Copy link
Member

https://en.wikipedia.org/wiki/Smoothstep

See also: https://easings.net/

@MrZ626
Copy link
Collaborator

MrZ626 commented Mar 22, 2024

Exponential approaching has self similarity, expAppr(expAppr(x,1),2)==expAppr(x,3), this is a important property, I can make animations without saving any states
But smoothstep approaching need to save states, it's impossible to make a single-func implementaion
A new big module TWEEN including many easing curves will be created if you really want it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants