Home >Web Front-end >JS Tutorial >jQuery quickly ends the currently executing animation_jquery
When you need to quickly end a currently executing jquery animation (it has not yet been executed), such as fadeOut(), you can execute stop(true) on the object executing the current animation; method
such as: