From 56c729301d7fa7a5a58577cbbc5fb66c80567ccb Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 5 Jun 2018 23:21:54 +0200 Subject: [PATCH] chore: update v2.0.0 documentation --- docs/animations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/animations.md b/docs/animations.md index bd2ccf0..808fcc3 100644 --- a/docs/animations.md +++ b/docs/animations.md @@ -125,7 +125,7 @@ Creates a keyframe from one or more effect functions and assigns it to the eleme **Parameters:** -- `effects...` (Function) - One or more effect functions to build the keyframe with. +- `effects...` (Arglist) - One or more effect functions to build the keyframe with. ### mui-keyframes() @@ -135,7 +135,7 @@ Creates a keyframe from one or more effect functions. Use this function instead **Parameters:** - `name` (String) - Name of the keyframe. -- `effects...` (Function) - One or more effect functions to build the keyframe with. +- `effects...` (Arglist) - One or more effect functions to build the keyframe with. ### mui-series() @@ -155,7 +155,7 @@ Adds an animation to an animation queue. Only use this mixin inside of `mui-seri - `duration` (Duration) - Length of the animation. (**Default:** 1s) - `gap` (Duration) - Amount of time to pause before playing the animation after this one. Use a negative value to make the next effect overlap with the current one. (**Default:** 0s) -- `keyframes...` (Function) - One or more effect functions to build the keyframe with. +- `keyframes...` (Arglist) - One or more effect functions to build the keyframe with. ## Functions