From 81e72bbe1b20377fa61a935118fb863f745a8483 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Sun, 4 Dec 2022 10:51:28 -0800 Subject: [PATCH] docs: updates from PR feedback --- site/content/docs/03-template-syntax.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index d40586915d..de7ded9d6c 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -1095,28 +1095,7 @@ Transition functions also receive a third argument, `options`, which contains in Available values in the `options` object are: -* `direction` - one of `in`, `out`, or `both` depending on the type of transition - -```sv - - -{#if visible} -
- Attribute changes based on transition direction -
-{/if} -``` +* `direction` - one of `in`, `out`, or `bidirectional` depending on the type of transition ##### Transition events