10
Twitter Bootstrap警报可以淡入和淡出吗?
当我第一次在Bootstrap中看到警报时,我以为它们的行为将像模式窗口一样,下拉或淡入,然后在关闭时淡出。但是似乎它们总是可见的。我想我可以让他们坐在我的应用程序上方的一层中并设法显示它们,但我想知道该功能是否内置? 谢谢! 编辑,到目前为止我所拥有的: <div id="saveAlert" class="alert-message success fade in" data-alert="alert" style="top:0"> <a class="close" href="#">×</a> <p><strong>Well done!</strong> You successfully read this alert message.</p> </div>