gpt4 book ai didi

javascript - 多个 Bootstrap 按钮无法顺利悬停

转载 作者:太空宇宙 更新时间:2023-11-04 02:00:39 24 4
gpt4 key购买 nike

我有多个 Bootstrap 按钮,悬停时它们的尺寸会变大,但是如果我一个接一个地悬停在它们上面,它就不流畅了。 Here is the jsfiddle.

ol, ul {
margin-top: 13px;
margin-bottom: 16px;
}
ul#mylist li {
display:inline;
text-align:center;
}
ul#mylist li i {
display: block;
}

ul#mylist li:last-child {
margin-right: 0;
}

如何让它像波浪一样平滑地悬停?

最佳答案

为了使大小变化更流畅,将过渡 CSS 添加到您在悬停时更改的属性:.btn-custom { transition: height .25s, width .25s; }

关于javascript - 多个 Bootstrap 按钮无法顺利悬停,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41836564/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com