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 touch UI feedback on buttons #16

Open
kaustavdm opened this issue Dec 4, 2014 · 0 comments
Open

Improve touch UI feedback on buttons #16

kaustavdm opened this issue Dec 4, 2014 · 0 comments

Comments

@kaustavdm
Copy link
Contributor

As of now we have a :focus declaration for buttons, but that does not work well with touch screens.

Need to apply the same animation to buttons when they are tapped on touchscreens. This would mean using touch events. instead of just click events, and using JavaScript instead of CSS :focus to detect those events and use a class to do the animation.

Essentially, the :focus events need to be there, but we also need better touch events for buttons.

@kaustavdm kaustavdm added this to the v2.2.0 milestone Dec 4, 2014
@kaustavdm kaustavdm removed this from the v2.2.0 milestone Dec 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant