Skip to content

Commit

Permalink
Update Model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund authored May 8, 2018
1 parent a1f73e2 commit 2308157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2308157

Please sign in to comment.