Skip to content

Commit

Permalink
Merge pull request #94 from cmarchena/patch-1
Browse files Browse the repository at this point in the history
Update transitions.md
  • Loading branch information
kball authored Jul 3, 2017
2 parents 24e169c + 6f56f97 commit 9d9add5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Creates a scaling transition. A scale of `1` means the element is the same size.

- `state` (Keyword) - State to transition to. (**Default:** in)
- `from` (Number) - Size to start at. (**Default:** 1.5)
- `from` (Number) - Size to end at. (**Default:** 1)
- `to` (Number) - Size to end at. (**Default:** 1)
- `fade` (Boolean) - Set to `true` to fade the element in or out simultaneously. (**Default:** true)
- `duration` (Duration) - Length (speed) of the transition. (**Default:** null)
- `timing` (Keyword|Function) - Easing of the transition. (**Default:** null)
Expand Down

0 comments on commit 9d9add5

Please sign in to comment.