O
O
Oleg Komenda2017-10-27 17:37:00
css
Oleg Komenda, 2017-10-27 17:37:00

How to stop loading the scale?

I found the loading scale. https://jsfiddle.net/mhfzkn1j/2/ - code.
The problem is that I don't know how to stop the scale.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2017-10-27
@rafamont

Turn off the cycle with an interval: clearInterval(animate);
Launch: animate = setInterval(function() { loading(); }, time);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question