From 579f4a835f1f40d12cde6293a301fe611bf92a7c Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 24 Apr 2020 09:19:26 -0400 Subject: [PATCH] tweak --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index cd85b5c2f0..c0fb0399ad 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -815,7 +815,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. -When a block is transitioning out, all elements inside the block, including those that do not have their own transitions, are kept in the DOM until every current transition in the block has completed. +When a block is transitioning out, all elements inside the block, including those that do not have their own transitions, are kept in the DOM until every transition in the block has completed. The `transition:` directive indicates a *bidirectional* transition, which means it can be smoothly reversed while the transition is in progress.