scss 悬停效果看神

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 悬停效果看神相关的知识,希望对你有一定的参考价值。

a{
      color:$secondary-color;
      font-size: 1.5rem;
      margin-top: 13px;
      text-align: right;
      text-transform: uppercase;
      font-family: $arialCondensed;
      display: inline-block;
      float: right;
      width: auto;
      line-height: 2.2rem;
      position: relative;
      @extend .transition-all;

      &:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        background: $secondary-color;
        height: .1rem;
        bottom: 0;
        left: 0;
        //background-color: $bg-color-3;
        transition: width $duration-btn $bezier-generic;
      }

      &:hover {
        opacity: 1;
        &:after {
          width: 100%;
        }
      }
    }

以上是关于scss 悬停效果看神的主要内容,如果未能解决你的问题,请参考以下文章

scss 方向感知悬停效果

scss 导航菜单悬停效果

scss CSS悬停Flash效果

markdown 使用scss进行10次令人惊叹的悬停效果

悬停动画反弹

在哪里可以找到或覆盖 _navbar.scss?