Skip to content

Commit

Permalink
"added recent changes to README"
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Mar 12, 2012
1 parent b2ba0ee commit c4d6ab3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -27,7 +27,12 @@ VERSION HISTORY

#### CHANGELOG

* events added when step is entered and left - custom `impressStepEnter` and `impressStepLeave` events are triggered
* API changed, so that `impress()` function no longer automatically initialize presentation; new method called `init`
was added to API and it should be used to start the presentation
* event `impress-init` is triggered on root presentation element (`#impress` by default) when presentation is initialized
* new CSS classes were added: `impress-disabled` is added to body element by the impress.js script and it's changed to
`impress-enabled` when `init()` function is called
* events added when step is entered and left - custom `impress-step-enter` and `impress-step-leave` events are triggered
on step elements and can be handled like any other DOM events (with `addEventListener`)
* additional `past`, `present` and `future` classes are added to step elements
- `future` class appears on steps that were not yet visited
Expand Down

0 comments on commit c4d6ab3

Please sign in to comment.