0
アニメーションはただ、それを行うことができます?缶CSSの移行が終了状態を保持する変換
-webkit-animation-fill-mode: forwards;
が、「トランジション」を、私はホバー状態の使用「転移」
内のdiv「末端」を聞かせて何ができますか.div-box{
position: relative;
top:0;
left: 0;
width: 100px;
height: 100px;
background: red;
transition:all 1s linear ;
}
.div-box:hover{
transform: translate(100px,0);
}
? ...あなたはできません、そのためのスクリプトが必要です – LGSon