@matthieurambert/jqueryslide

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i @matthieurambert/jqueryslide

Weekly Downloads

0

Version

1.0.3

License

ISC

Last publish

Collaborators

  • matthieurambert