Skip to content

Commit

Permalink
chore: update v2.0.0 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Jun 5, 2018
1 parent 63911fc commit 56c7293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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()
Expand All @@ -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
Expand Down

0 comments on commit 56c7293

Please sign in to comment.