From 230815737e812bfc07f0deb3fdf1d3b8976528cc Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Tue, 8 May 2018 14:01:06 +0200 Subject: [PATCH] Update Model.md --- documentation/Model.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/Model.md b/documentation/Model.md index 3ffc3b9..8d696fc 100644 --- a/documentation/Model.md +++ b/documentation/Model.md @@ -87,9 +87,9 @@ If the argument is a string instead of an object, Framer Form expects it to be a - `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 -If no arguments are specified, this method will cycle through all available states +- If arguments contain 2 strings, this method will animate between the states. +- If arguments contain 1 string, this method will animate to the state. +- If no arguments are specified, this method will cycle through all available states. #### .stateSwitch(String) Instantly applies the specified state's properties.