From 680249bd2a81b6a10491910febab93990245ce41 Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Wed, 9 May 2018 08:16:02 +0200 Subject: [PATCH] Update Scene.md --- documentation/Scene.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/Scene.md b/documentation/Scene.md index a0e0bc5..589fc1d 100644 --- a/documentation/Scene.md +++ b/documentation/Scene.md @@ -107,9 +107,8 @@ If the argument is a string instead of an object, Framer Form expects it to be a - `easeOutElastic` - `easeInOutElastic` -#### .stateCycle(StateName: String, StateName: String) -- If arguments contain 2 strings, this method will animate between the states. -- If arguments contain 1 string, this method will animate to the state. +#### .stateCycle(StateName: String) +- Cycles between the specified states. The method takes unlimited amount of arguments. - If no arguments are specified, this method will cycle through all available states. #### .stateSwitch(StateName: String)