禁用 Bootstrap 的折叠打开/关闭动画 [英] disable Bootstrap's Collapse open/close animation

查看:27
本文介绍了禁用 Bootstrap 的折叠打开/关闭动画的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么技巧可以禁用折叠组的打开/关闭动画吗?

Any trick to disable the open/close animation of Collapse groups ?

推荐答案

对于 Bootstrap 34

For Bootstrap 3 and 4 it's

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

这篇关于禁用 Bootstrap 的折叠打开/关闭动画的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆