From ac1b302ea0a68554785f76e7594fc15baf42f3a8 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 5 Jun 2017 16:04:47 +0200 Subject: [PATCH] README.md: Properties are not methods Signed-off-by: Gergely Nagy --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 58c2eb30..f000271a 100644 --- a/README.md +++ b/README.md @@ -39,23 +39,19 @@ recommended. ## Plugin methods The plugin provides the `StalkerEffect` object, which has the following -method: +properties: ### `.variant` > Set the effect to use with the plugin. See below for a list. > > It is recommended to use the `STALKER` macro to declare the effect itself. -> -> Not a method itself, but a changeable value. ### `.stepLength` > The length - in milliseconds - of each step of the animation. An animation > lasts 256 steps. > -> Not a method itself, but a changeable value. -> > Defaults to 50. ## Plugin helpers