Snap.js
Snap.js copied to clipboard
Different widths for different sides.
Is it possible to add support for different width panel support? Left panel reveals normal whereas the right panel only opens 100 px or something like that...
I would like that too! :+1:
This is already implemented and mentioned in the documentation:
var snapper = new Snap({
element: document.getElementById('content'), // change to your element
minPosition: 100, // maximum size of the right pane
});
一一
— Sent from Mailbox for iPad
On Thu, Aug 21, 2014 at 8:47 PM, Patrick Rudolph [email protected] wrote:
This is already implemented and mentioned in the documentation: var snapper = new Snap({ element: document.getElementById('content'), // change to your element minPosition: 100, // maximum size of the right pane
});
Reply to this email directly or view it on GitHub: https://github.com/jakiestfu/Snap.js/issues/129#issuecomment-52914583