This commit is contained in:
NotAShelf 2022-10-23 01:59:01 +03:00
parent a6acdf93c8
commit 089ccc0379
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

@ -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 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 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). if you want to instead choose from a list of beizers, you can check out [easings.net](https://easings.net).
## Example ## Example