aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-03-10 23:24:41 +0000
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-03-10 23:24:41 +0000
commitabfa87dc9176114c869647bbaf504535b93ff5bc (patch)
tree6d5ae8b7436da5fa2f5778e95ca2f6f90e0cb9ff
parent5fd0f58fc6c89e556410d07a54997cabc48b2c14 (diff)
downloadimpress.js-abfa87dc9176114c869647bbaf504535b93ff5bc.tar.gz
"recent impressive changes added to changelog"
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ac12a2..48426e5 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,16 @@ VERSION HISTORY
**CURRENTLY IN DEVELOPMENT**
+#### CHANGELOG
+
+* events added when step is entered and left - custom `impressStepEnter` and `impressStepLeave` 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
+ - `present` class appears on currently visible step - it's different from `active` class as `present` class
+ is added when transition finishes (step is entered)
+ - `past` class is added to already visited steps (when the step is left)
+
### 0.4 ([browse](http://github.com/bartaz/impress.js/tree/0.4), [zip](http://github.com/bartaz/impress.js/zipball/0.4), [tar](http://github.com/bartaz/impress.js/tarball/0.4))