Skip to content

Commit

Permalink
Recompile documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Oct 21, 2015
1 parent e53982b commit 8597c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ To add a delay to the start of the queue, add the length in seconds to the `mui-
```scss
// 2 second delay before the first shake
@include mui-series(2s) {
.shake { @include mui-queue(shake(), 2s); }
.spin { @include mui-queue(spin(), 1s, 2s); }
.wiggle { @include mui-queue(wiggle()); }
.shake { @include mui-queue(2s, 0s, shake()); }
.spin { @include mui-queue(1s, 2s, spin()); }
.wiggle { @include mui-queue(wiggle); }
}
```

Expand Down

0 comments on commit 8597c2d

Please sign in to comment.