8,864
回編集
編集の要約なし |
編集の要約なし |
||
34行目: | 34行目: | ||
.hovrl2:active{animation-play-state: paused} | .hovrl2:active{animation-play-state: paused} | ||
.hovrl3:active{animation-play-state: paused} | .hovrl3:active{animation-play-state: paused} | ||
.hovot:active{animation: hovot . | .hovot:active{animation: hovot .5s ease-in} | ||
@keyframes hovot { | @keyframes hovot { | ||
0% {transform: translateX(0vw);} | 0% {transform: translateX(0vw);} | ||
100% {transform: translateX(100vw);} | 100% {transform: translateX(100vw);} | ||
} | } |
回編集