0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-26 23:54:23 +01:00
This commit is contained in:
Nabil Kadimi 2018-09-16 19:02:30 +01:00 committed by Patrick H. Lauke
parent 8bfecc7dc6
commit ed48d9a440

View File

@ -74,7 +74,7 @@ Each plugin also exposes its raw constructor on a `Constructor` property: `$.fn.
### Asynchronous functions and transitions ### Asynchronous functions and transitions
All programmatic API methods are **asynchronous** and returns to the caller once the transition is started but **before it ends**. All programmatic API methods are **asynchronous** and return to the caller once the transition is started but **before it ends**.
In order to execute an action once the transition is complete, you can listen to the corresponding event. In order to execute an action once the transition is complete, you can listen to the corresponding event.