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

some UX improvements, very hackish #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

franzenzenhofer
Copy link

hi, the first change is
 * a click on the canvas now leads to a paint, without any mousemove - feels more responsive
 * user can leave the canvas for a moment (500 ms) and come back in to continue drawing (it was kind annoying that if you wanted to draw the whole canvas, that when you accidentally left the canvas, you had to click to start drawing again)

i implemented it very hackish directly into the JS, if you want to reuse the logic you will have to write it in coffee

great lib otherwise, thx 

hi, the first change is
 * a click on the canvas now leads to a paint, without any mousemove - feels more responsive
 * user can leave the canvas for a moment (500 ms) and come back in to continue drawing (it was kind annoying that if you wanted to draw the whole canvas, that when you accidentally left the canvas, you had to click to start drawing again)

i implemented it very hackish directly into the JS, if you want to reuse the logic you will have to write it in coffee

great lib otherwise, thx 
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

Successfully merging this pull request may close these issues.

1 participant