5
私の例では、"Bob" by Ian Lunnを使用しています。ホバリング効果は本当に好きですが、ホバリングをやめるとすぐに元の位置に戻ります。どのように私はそれを通常の位置に私のdivを簡単にすることができますか?CSSのアニメーションを、より長くホバリングしなくても簡単に戻せるようにする方法
アニメーションCSS:
animation-name: hvr-bob-float, hvr-bob;
animation-duration: .3s, 1.5s;
animation-delay: 0s, .3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
jsfiddle:http://jsfiddle.net/v3z9rLae/
http://stackoverflow.com/questions/30144769/how-to-smoothly-revert-css-animation-to-its-current-state – CBroe
[CSSのキーフレームアニメーションをスムーズに停止](http://stackoverflow.com/questions/29668238/smoothly-stop-css-keyframe-animation) –
@MaximillianLaumeister - 「Vals」からの回答は私のような問題を解決するように見えますしかし、彼が彼の答えでしたことは(少なくとも私にとっては)完全にはっきりしていない。私は現時点でそれを勉強しており、私は彼の答えを理解できるようになるとすぐにこのスレッドを閉じます。 –