lowercase event names to keep DOM events convention, with backbone-style impress: namespace - in courtesy of @medikoo

This commit is contained in:
Bartek Szopka
2012-03-18 20:15:46 +00:00
parent b0c5644b47
commit b3d680eab4
2 changed files with 11 additions and 11 deletions

View File

@@ -29,10 +29,10 @@ VERSION HISTORY
* 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
* 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
* events added when step is entered and left - custom `impress:stepenter` and `impress:stepleave` 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