... or more specifically, how they can create animations through javascript, which is synchronous, without supporting the following javascript statement.
This is just curiosity. Do they use the setTimeout() chain? If so, are they installed at an early stage, each of which has a slightly longer duration than the previous one, and works in parallel? Or are they created using a recursive function call, so they work sequentially?
Or is it something else entirely?
javascript jquery asynchronous animation
user113716
source share