From 4dd12c0c61c647a9c5fafc4bde05c1bf7bcb8c1c Mon Sep 17 00:00:00 2001 From: Maxime Dupont Date: Tue, 21 Feb 2023 11:33:01 +0100 Subject: [PATCH] docs: fix fly animation description (#8236) --- 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: