0

右からスライディングパネルを探します。

このコンポーネントの代替品を探しています:

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

4

2 に答える 2

2

これを試してください。JQueryUIが必要になります。

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

ドキュメント:http ://docs.jquery.com/UI/Effects/Slide

于 2012-09-25T13:26:19.663 に答える
1

パネルウィジェットを試すことができます:

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

オーバーレイまたはプッシュオプションがあります。

于 2014-04-24T10:09:25.583 に答える