-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hello Vasileios,
I just wanted to say thank you for creating and sharing this incredible off canvas javascript.
I am new to using sidebars (late to the party) and looked at a number of alternatives,
This is definitely the slickest and nicest implementation I have seen.
This took me the longest to setup nicely for my project (stripping out superfluous css from the example and trying to work out options etc without breaking things :)), but it was worth it for sure.
ps a feature request (I think already requested) - being able to specify widths in different breakpoints (eg 100% width at 480px or less, 70% width at 799px or less, 40% for 800px and above etc). I know this can be done in the css per the example you provided but it takes a fair bit of code given the css transforms etc.
pps a codepen with swiping plugin as mentioned previously would be good. I tried getting it working per your example code in that thread but could not get either version to work.
Thanks again and keep up the great work.