Adam Scott
Adam Scott
Excellent. Thanks for the idea! It may take some time before I can get to this, but I'll work it into the next release.
@t0n1zz these are all great feature ideas! The idea of bigSlide is a very simple menu with a small api, but pull requests are welcome to implement any of these...
The `afterOpen` option should allow you to do something such as disable horizontal scroll. Hope that helps!
@t0n1zz You could use `afterOpen` to apply a class to the `.wrap` div that dims the content and `afterClose` to remove the class.
@joanvila It's likely that your changes caused these two tests to fail: https://github.com/ascott1/bigSlide.js/blob/master/test/big-slide.spec.js#L134 https://github.com/ascott1/bigSlide.js/blob/master/test/big-slide.spec.js#L125 If those are intended changes, you can update the tests. Thanks!
The way the plugin works is that it uses CSS transitions to animate, which can vary in smoothness depending on the browser/hardware. Check out this Stack Overflow thread http://stackoverflow.com/questions/15605731/jerky-css-transform-transition-in-chrome. What...
> To solve it: set left: auto when toggling right side Does this resolve the issue? If so, does this just need to be documented? Thanks!
> I think the plugin should take care the case when both 2 sides are existing. I agree! Thank you for documenting your fix in the meantime.
Whoops. This was just an error with the meta viewport tag in the demo.
@amirkhan81 Make sure you have a viewport meta tag such as: ``` html ``` Hope that helps!