标签: javascript jquery html panel slide
我从右侧搜索滑动面板。
我正在寻找这个组件的替代品:
http://pupunzi.com/mb.components/mb.extruder/demo/demo.html
答案 0 :(得分:2)
试试这个,它需要JQuery UI。
$('#content').show("slide", { direction: "right" }, 1000, function () { //Do what you want when the animation is finished. });
文档:http://docs.jquery.com/UI/Effects/Slide
答案 1 :(得分:1)
您可以尝试使用面板小部件:
https://api.jquerymobile.com/panel/
它有叠加或推送选项。