From 81e0911ac4a17c5a6295220fc4c167f6071ef24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= <57442769+gjedlicska@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:38:22 +0100 Subject: [PATCH] fix async logical controversy (#510) --- www/commands/transition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/commands/transition.md b/www/commands/transition.md index 29ac7057..8555c0c2 100644 --- a/www/commands/transition.md +++ b/www/commands/transition.md @@ -54,7 +54,7 @@ The transition command provides a special value, `initial` that can be used. Whe occurs on an element it will snapshot the original value of that style property and keep it for future reference via the `initial` keyword. -Note that this command is asynchronous and will block until the transition ends. +Note that this command is synchronous and will block until the transition ends. ### Examples