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

Drag-locking on the X and / or Y axes #62

Open
chrishutchinson opened this issue Dec 1, 2016 · 1 comment
Open

Drag-locking on the X and / or Y axes #62

chrishutchinson opened this issue Dec 1, 2016 · 1 comment

Comments

@chrishutchinson
Copy link
Owner

In CardKit v1.x the draggable property could be configured to support locking on the X or Y axes. This is currently not implemented in CardKit 2.

Potential implementation in the configuration object:

draggable: {
  x: true,
  y: false
}
@chrishutchinson
Copy link
Owner Author

chrishutchinson commented Dec 1, 2016

A Dow Jones fork of CardKit v1 also added a checkbox so that drag-locking could be activated through the UI. This would be a worthy addition to v2's UI.

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