bigSlide.js
bigSlide.js copied to clipboard
Custom easing? Doesn't support custom easing?
Can you add support custom easing? Like this:
$('.sp-toggle').bigSlide({
menu: $('.slidepanel'),
easing: 'ease-in-out'
});
Thank you!
This is a great idea. I'd probably map the easing options to those listed at http://easings.net/. Is that what you had in mind?
Yeah, That is. I'll be grateful for it :)
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.