简体   繁体   中英

Javascript: Sliding panel from the right

I Search of an Sliding panel from the right.

I am looking for alternatives for this component:

http://pupunzi.com/mb.components/mb.extruder/demo/demo.html

Try this, it will require JQuery UI.

$('#content').show("slide", { direction: "right" }, 1000, function () {
 //Do what you want when the animation is finished.
});

Documentation: http://docs.jquery.com/UI/Effects/Slide

You can try the panel widget:

https://api.jquerymobile.com/panel/

It has overlay or push options.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM