Fix typo in docs

pull/3833/head
Steven Huang 6 years ago committed by GitHub
parent b4c2226438
commit 87ecd1ea44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -785,7 +785,7 @@ transition = (node: HTMLElement, params: any) => {
A transition is triggered by an element entering or leaving the DOM as a result of a state change. A transition is triggered by an element entering or leaving the DOM as a result of a state change.
Elements inside an *outroing* block are kept in the DOM until all current transitions have completed. Elements inside an *outgoing* block are kept in the DOM until all current transitions have completed.
The `transition:` directive indicates a *bidirectional* transition, which means it can be smoothly reversed while the transition is in progress. The `transition:` directive indicates a *bidirectional* transition, which means it can be smoothly reversed while the transition is in progress.

Loading…
Cancel
Save