<a href="#">hover
<p class="p2">
<p>qwerqwerqwer</p>
</p>
</a>
a:hover .p2{
animation: 0.5s p2 ease-in forwards;
}
a:hover p{
display: block;
}
@keyframes p2{
0%{height: 0; }
100%{height: 200px; }
}
.p2{
width: 200px;
background-color: red;
}
p{
display: none;
}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
给p也加动画