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
一定時間間隔で一定px値だけ移動する。
↓
細かい操作が難しく、かつ最高速度も遅い
一定加速度で徐々に加速させる。
最高速度を設定し、それ以上は加速しないようにする。
加速度、最高速度はパラメータ化する。
微小移動時の操作性の向上と、最高速度を両立させる。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現状
一定時間間隔で一定px値だけ移動する。
↓
細かい操作が難しく、かつ最高速度も遅い
改善案
一定加速度で徐々に加速させる。
最高速度を設定し、それ以上は加速しないようにする。
加速度、最高速度はパラメータ化する。
↓
微小移動時の操作性の向上と、最高速度を両立させる。
The text was updated successfully, but these errors were encountered: