Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Feb 1, 2015
2 parents 9591286 + c4d902b commit 34706cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,24 @@ akkordion(selector, options);

`options.speed` - animation duration

`options.opacity` - animate opacity

##Callbacks
```js
akkordion.on(event, cb);
```

###Events

- `init` - with every accordion-root element
- `abort` - when `beforeOpen` or `beforeClose` will return `false`
- `beforeOpen`
- `open`
- `afterOpen`
- `beforeClose`
- `close`
- `afterClose`



##License
Expand Down

0 comments on commit 34706cc

Please sign in to comment.