##環境
visual studio code
sass
html
##実現したいこと
hoverすると擬似要素が横からスライドしてくるボタンアニメーションを実装したい
##問題点
hoverしてもアニメーションが開始されない
##考えられること
・hover時のセレクタ指定がずれている
・transitionプロパティの指定が間違っている
##コード
html
1 <div class="customer__btn"> 2 <a href="#">公式LINE</a> 3 </div>
sass
1.customer { 2 &__btn { 3 a { 4 position: relative; 5 color: #31d300; 6 display: block; 7 background: #fff; 8 width: 150px; 9 text-align: center; 10 margin: 50px auto; 11 height: 45px; 12 line-height: 45px; 13 font-size: 20px; 14 overflow: hidden; 15 16 &::before { 17 content: ""; 18 display: inline-block; 19 position: absolute; 20 top: 0; 21 left: 0; 22 width: 100%; 23 height: 100%; 24 background-color: #31d300; 25 transform: translateX(-100%); 26 z-index: -1; 27 transition: transform 1s; 28 } 29 30 &:hover { 31 &::before { 32 transform: none; 33 } 34 } 35 } 36}
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。