From 089ccc0379ab9077c92e723956b9180e5a844a3e Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 23 Oct 2022 01:59:01 +0300 Subject: [PATCH] wording --- pages/Configuring/Animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Animations.md b/pages/Configuring/Animations.md index eccf0dc..6890268 100644 --- a/pages/Configuring/Animations.md +++ b/pages/Configuring/Animations.md @@ -60,7 +60,7 @@ bezier=NAME,X0,Y0,X1,Y1 where `NAME` is the name, and the rest are two points for the Cubic Bezier. A good website to design your bezier can be found -[here, on cssportal.com](https://www.cssportal.com/css-cubic-bezier-generator/), +[here, on cssportal.com](https://www.cssportal.com/css-cubic-bezier-generator/), but if you want to instead choose from a list of beizers, you can check out [easings.net](https://easings.net). ## Example