0
アニメーションのあるdivを含むページがあります。このアニメーションをボタンクリックやjqueryなどの条件の後で再開したいのですか? ここに私のコードです:誰かがあなたがちょうどあなたが望むもので「セレクタ」を置き換えるこのjqueryでアフターコンディションのアニメーションを再開
$("selector").click(function(){
$("selector1").animate({animation});
});
ような何かをしたいと思うボタンをクリックしたときにアニメーションが起こる持っていると思った場合は
<div class="block bg-1 network-effect" style="max-height:500px;" id="okd">
<canvas id="network"></canvas>
<div class="container1">
<h2 class="h-lg text-center">All Computer <span class="color">& Tablet Services</span></h2>
<p class="info text-center">We can Solve your Hardware and Software Problems</p>
<div class="row text-icon-carousel" id="counterBlock">
<div class="col-sm-6 col-md-3">
<div class="text-icon" data-animation="scaleOut" data-animation-delay="0.5s">
<div class="icon-wrapper"><span><i class="icon icon-diag"></i><span class="icon-hover"></span></span>
</div>
<h3 class="number"><span id="ok1" data-to="8000" data-speed="1000">8000</span>+</h3>
<p class="text">Computer/Tablet/Laptop
<br>Repaired</p>
</div>
</div>
</div>
</div>
</div>