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
Setup is like this:
var all = Ti.UI.View({width:600,height:100}); var handle = Draggable.createView({ width:20, height:100, backgroundColor:"#f00", right:0, top:0, draggableConfig : { axis:"y", ensureRight : true, ensureBottom : true, maps: [{ view:all, parallaxAmount:1 }] } }); all.add(handle);
How can I prevent the red handle from moving outside and how can I set the axis for the mapped view to y only?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Setup is like this:
How can I prevent the red handle from moving outside and how can I set the axis for the mapped view to y only?
The text was updated successfully, but these errors were encountered: