我想删除Bootstrap 4 Collapse 元素的过渡和延迟。 我正在使用CSS 来删除过渡本身: .collapsing { -webkit-transition: none; transition: none; display: none; } ...
確定! 回上一頁