From 2534d6cde26b3fd586caa0532ca97b3d09d170cb Mon Sep 17 00:00:00 2001 From: Hugo Giraudel Date: Tue, 13 Oct 2015 11:50:37 +0200 Subject: [PATCH] Fixed incorrect documentation for mui-slide function Note that the `$amount` parameter is missing documentation. --- src/transitions/_slide.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/transitions/_slide.scss b/src/transitions/_slide.scss index d9923e4..ddba530 100644 --- a/src/transitions/_slide.scss +++ b/src/transitions/_slide.scss @@ -2,9 +2,9 @@ /// @param {Keyword} $state [in] - State to transition to. /// @param {Keyword} $direction [left] - Side of the element to slide from. Can be `top`, `right`, `bottom`, or `left`. /// @param {Boolean} $fade [false] - Set to `true` to fade the element in or out simultaneously. -/// @param {Keyword} $duration [500ms] - Length (speed) of the transition. -/// @param {Keyword|Function} $timing [linear] - Easing of the transition. -/// @param {Number} $delay [0s] - Delay in seconds or milliseconds before the transition starts. +/// @param {Duration} $duration [null] - Length (speed) of the transition. +/// @param {Keyword|Function} $timing [null] - Easing of the transition. +/// @param {Duration} $delay [null] - Delay in seconds or milliseconds before the transition starts. @mixin mui-slide ( $state: in, $direction: left,