Skip to content

Commit

Permalink
Update Scene.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund authored May 9, 2018
1 parent 38c8f2b commit 680249b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions documentation/Scene.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 680249b

Please sign in to comment.