CSS 带引导程序的滑出面板
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15732211/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Slide out panel with bootstrap
提问by bsr
I use twitter bootstrap, and trying to do something similar here(a slide out panel).
I have seen the nav-collapse
effect which is quite similar except it drops down from above and only appears below a certain screen size. Hope the existing code may be able to use the effect as in
我使用 twitter bootstrap,并尝试在这里做类似的事情(滑出面板)。我已经看到了nav-collapse
非常相似的效果,除了它从上方下降并且仅出现在特定屏幕尺寸以下。希望现有的代码可以使用效果如
http://codepen.io/Tyriar/pen/nJGfj
http://codepen.io/Tyriar/pen/nJGfj
is it possible?
是否可以?
Thanks.
谢谢。
回答by professormeowingtons
I've previously used Javascript based plugin called SnapJS: https://github.com/jakiestfu/Snap.js/
我以前使用过基于 Javascript 的插件 SnapJS:https: //github.com/jakiestfu/Snap.js/
There are some useful implementation demos here: http://jakiestfu.github.io/Snap.js/demo/apps/default.html
这里有一些有用的实现演示:http: //jakiestfu.github.io/Snap.js/demo/apps/default.html
回答by Y?co
This looks pretty much like what you need, and it's compatible with Bootstrap 3.0: https://github.com/stevepeak/bump
这看起来很像你需要的,它与 Bootstrap 3.0 兼容:https: //github.com/stevepeak/bump
This is a pretty old question, but for the sake of google searches, I thought it might be good.
这是一个很老的问题,但为了谷歌搜索,我认为这可能很好。