@matthieurambert/jqueryslide
v1.0.3
Published
Display or hide the matched DOM elements with a sliding motion.
Downloads
3
Maintainers
Readme
jQuery Slide
Display or hide the matched DOM elements with a sliding motion.
Get started
jQuery Slide is a jQuery plugin, it need jQuery to work.
$ npm install --save jqueryslide
Usage
$('.myElement').slideUpShow(600);
$('.myElement').slideDownHide('fast', function(){
// Do something
});
See doc at https://www.matthieu-rambert.com/jqueryslide