We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Animations.jl has a pretty good collection of "easing functions" that we could use here to smooth out path changes.
This is very much a long term objective and not something I'm looking to do now, but it's a good way to structure the repo in my opinion.
We could have SmoothOutMove(move, easing) which simply warps the time sent to the move by the given easing function.
SmoothOutMove(move, easing)
easing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Animations.jl has a pretty good collection of "easing functions" that we could use here to smooth out path changes.
This is very much a long term objective and not something I'm looking to do now, but it's a good way to structure the repo in my opinion.
We could have
SmoothOutMove(move, easing)
which simply warps the time sent to the move by the giveneasing
function.The text was updated successfully, but these errors were encountered: