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)