悬停时我的图标出现问题。我想img src在悬停时替换我的:这是到目前为止我的代码:
#aks {
width: 0px;
max-height: 0;
transition: max-height 0.15s ease-out;
overflow: hidden;
background: url("https://img.icons8.com/windows/32/000000/like.png") no-repeat;
padding: 50px;
}
#aks:hover {
background: url("https://img.icons8.com/officexs/32/000000/like.png")
no-repeat;
max-height: 500px;
transition: max-height 0.25s ease-in;
}
<img id="aks" src="https://img.icons8.com/windows/32/000000/like.png" />
我真正想要实现的是,当悬停在轮廓心形图标上时,将替换为心形填充图标,但在替换轮廓图标期间,它将从底部高度 0 到全高显示/动画,因此看起来像是填充了轮廓图标。这里有一些例子:codepen
除此之外的任何替代方案或解决方案都受到高度赞赏。提前致谢!
慕的地8271018
摇曳的蔷薇
三国纷争
相关分类