From 5b597c350b99571f037cd3278f72fd06a6bc49da Mon Sep 17 00:00:00 2001 From: Danilo Figueiredo Date: Sun, 7 Apr 2019 21:35:29 +0100 Subject: [PATCH] Update `in` code to be consistent with `out` and `inOut` (#830) --- docs/easing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/easing.md b/docs/easing.md index 01580869bf8281..d77379740522e2 100644 --- a/docs/easing.md +++ b/docs/easing.md @@ -234,7 +234,7 @@ A useful tool to visualize cubic bezier curves can be found at http://cubic-bezi ### `in()` ```javascript -static in easing; +static in(easing); ``` Runs an easing function forwards.