mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 11:10:23 +00:00
docs: link to the Asynchronous functions section (#31738)
This commit is contained in:
parent
adc70c7130
commit
979c66b674
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
|
||||
|
||||
[See our JavaScript documentation for more information](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/).
|
||||
[See our JavaScript documentation for more information](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#asynchronous-functions-and-transitions).
|
||||
|
|
|
|||
Loading…
Reference in a new issue