From 6f56f97c0bd1bdfa8d7fd87d5ec51d25349687f2 Mon Sep 17 00:00:00 2001 From: Carlos Marchena Date: Sun, 2 Jul 2017 11:08:39 +0200 Subject: [PATCH] Update transitions.md change third mui zoom parameters, since it should be "to", not "from". --- docs/transitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transitions.md b/docs/transitions.md index 17a958a..7f7bdaa 100644 --- a/docs/transitions.md +++ b/docs/transitions.md @@ -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)