From 6b510d5f86086cc1be9256658deba7fc7f063878 Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Tue, 8 May 2018 14:03:53 +0200 Subject: [PATCH] Update Light.md --- documentation/Light.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/Light.md b/documentation/Light.md index 837a369..f3068d8 100644 --- a/documentation/Light.md +++ b/documentation/Light.md @@ -106,9 +106,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) +#### .stateSwitch(StateName: String) Instantly applies the specified state's properties.