Skip to content

Commit

Permalink
Update readme instructions on configurable variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffgraham committed Feb 11, 2014
1 parent 95c7829 commit eccf7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ Once your files have been added to your project and you've customized your `@imp

```
.your-class-name {
@include bounceIn();
@include bounceIn($duration, $delay, $function, $fill, $visibility);
}
```

The mixin includes configurable options to customize the `delay`, `duration`, `function` and `fill-mode` of your animations.
Each option is configurable:

```
.your-class-name {
Expand Down

0 comments on commit eccf7b8

Please sign in to comment.