首页 > bootstrap accortion 折叠功能怎样优化速度?

bootstrap accortion 折叠功能怎样优化速度?

bootstrap accortion 折叠功能怎样优化速度?
特别是在移动设备上,几乎就是卡住不动。
有什么办法可以优化速度吗?可以牺牲过渡效果


To remove the animation effect you need to override the .collapsing class, add this to your CSS:

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

【热门文章】
【热门文章】