From fddc5b776354acb2ab28041ea067eda3177b126a Mon Sep 17 00:00:00 2001 From: Alphalaneous <38200084+Alphalaneous@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:54:20 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00b60a0..669ea1a 100644 --- a/README.md +++ b/README.md @@ -753,7 +753,7 @@ You can also reference the parent of a node. In the following example, the child "actions": [ { "type": "Sequence", - "actions" [ + "actions": [ { "type": "RotateBy", "value": 360, @@ -1302,7 +1302,7 @@ A list of easings provided are as follows: - BackIn - BackInOut -EaseInOut, EaseIn, and EaseOut allow you to set the "easing-rate" parameter. +EaseInOut, EaseIn, and EaseOut require you to set the "easing-rate" parameter. For more info on easings, check https://easings.net/