From ce644852d2894b9937ca6090818d61b03eac4883 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 26 Mar 2024 21:02:07 +0400 Subject: wiki: Fix wording in Animations --- wiki/Configuration:-Animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Configuration:-Animations.md b/wiki/Configuration:-Animations.md index dbb1f050..4db9346c 100644 --- a/wiki/Configuration:-Animations.md +++ b/wiki/Configuration:-Animations.md @@ -42,7 +42,7 @@ Each animation can be either an easing or a spring. #### Easing -This is a common animation type that changes the value over a set duration using a Bézier curve. +This is a relatively common animation type that changes the value over a set duration using an interpolation curve. To use this animation, set the following parameters: -- cgit