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

Improve application of easing functions for mouse movement #425

Closed
3 tasks done
s1hofmann opened this issue Aug 31, 2022 · 0 comments · Fixed by #426
Closed
3 tasks done

Improve application of easing functions for mouse movement #425

s1hofmann opened this issue Aug 31, 2022 · 0 comments · Fixed by #426
Labels
DONE Implementation is done, but not yet merged into master enhancement Enhancement to existing features
Milestone

Comments

@s1hofmann
Copy link
Member

s1hofmann commented Aug 31, 2022

Short overview
Users are not sure how easing functions for mouse movement work

Detailed description
The way how easing functions are currently applied is a bit confusing.
Several users asked for guidance, which is a clear sign that the implementation is not clear and examples are missing.

  • Improve application of easing functions by scaling the easing function result such that it's in the same domain as the base speed
  • Add a sample to the trailmix repo
  • Add improvement to next release notes
@s1hofmann s1hofmann added the enhancement Enhancement to existing features label Aug 31, 2022
@s1hofmann s1hofmann added this to the 🐭 milestone Aug 31, 2022
s1hofmann added a commit that referenced this issue Aug 31, 2022
s1hofmann added a commit that referenced this issue Aug 31, 2022
s1hofmann added a commit that referenced this issue Aug 31, 2022
@s1hofmann s1hofmann linked a pull request Aug 31, 2022 that will close this issue
s1hofmann added a commit that referenced this issue Aug 31, 2022
* (#425) Scale result of easing function by base speed to make its contribution noticeable

* (#425) Introduce watch mode for development and add ts-node for use with Typescript snippets during debugging

* (#425) Add enhancement to changelog
@s1hofmann s1hofmann added the DONE Implementation is done, but not yet merged into master label Aug 31, 2022
@s1hofmann s1hofmann reopened this Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DONE Implementation is done, but not yet merged into master enhancement Enhancement to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant