8,864
回編集
タグ: 取り消し |
編集の要約なし |
||
30行目: | 30行目: | ||
100% {transform: translateX(-25vw);} | 100% {transform: translateX(-25vw);} | ||
} | } | ||
.hovot{animation-play-state: paused} | |||
.hovrl1:active{animation-play-state: paused} | .hovrl1:active{animation-play-state: paused} | ||
.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 .3s ease-in} | |||
@keyframes hovot { | |||
0% {transform: translateX(0vw);} | |||
100% {transform: translateX(10000vw);} | |||
} |
回編集