From af7cadb832233066b6d3e97d509d8f6f7d83236c Mon Sep 17 00:00:00 2001 From: Maxime Dupont Date: Mon, 30 Jan 2023 22:16:25 +0100 Subject: [PATCH] fix fly animation description --- site/content/docs/04-run-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/04-run-time.md b/site/content/docs/04-run-time.md index bf5574ad44..ef21112034 100644 --- a/site/content/docs/04-run-time.md +++ b/site/content/docs/04-run-time.md @@ -698,7 +698,7 @@ out:fly={params} --- -Animates the x and y positions and the opacity of an element. `in` transitions animate from an element's current (default) values to the provided values, passed as parameters. `out` transitions animate from the provided values to an element's default values. +Animates the x and y positions and the opacity of an element. `in` transitions animate from the provided values, passed as parameters to the element's default values. `out` transitions animate from the element's default values to the provided values. `fly` accepts the following parameters: