您的当前位置:TAGS -> 过渡
  • vue中的css 动画过渡效果

    前端开发2025年09月12日

    https://segmentfault.com/a/1190000018125564 很完善了,重点是两个过程图。 <style> .fade-enter{ opacity:; } .fade-enter-active{ transition: opacity 3s; } /* .fade-enter-to{ color: r...

  • css transform 元素放大且有过渡效果

    前端开发2025年08月27日

    鼠标经过时,元素整体放大,代码如下: .tc>div>ul>li { display: inline-block; vertical-align: top; width: 295px; height: auto; margin: 0 20px 18px 0; background: white; box-sizin...