From 7de7b5efa894b68fb75770fa9ff4693bb4894b06 Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Wed, 9 May 2018 08:15:25 +0200 Subject: [PATCH] Update Model.md --- documentation/Model.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/Model.md b/documentation/Model.md index fd4ffba..7a6b826 100644 --- a/documentation/Model.md +++ b/documentation/Model.md @@ -86,9 +86,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)