Commit Graph

351 Commits

Author SHA1 Message Date
majnun
f0c9da4ca8 Update README.md 2013-03-24 22:04:09 -05:00
Bartek Szopka
08f569060a Merge pull request #252 from allolex/master
Tidying up the documentation in the CSS
2013-01-16 04:03:21 -08:00
Damon Davison
1fe4041f05 Remove trailing spaces 2013-01-12 17:25:39 +00:00
Damon Davison
c6856a6b2d Fix typos and spelling errors in CSS 2013-01-12 17:24:55 +00:00
Bartek Szopka
ab44798b08 Merge pull request #229 from guoxiao/master
Fixing an exciting typo ;)
2012-11-26 05:41:51 -08:00
guoxiao
7a6e73d03b typo fix 2012-11-26 20:54:33 +08:00
Bartek Szopka
562532949f Merge pull request #193 from tomlane/bower-support
Add component.json file for bower package manager support.
2012-11-14 23:34:36 -08:00
Tom Lane
a520cbead1 fix conflict 2012-09-30 17:37:25 +01:00
Daniel Garcia
d9acb3da1b Modify to same name standard. 2012-09-28 18:16:53 -07:00
Daniel Garcia
996287a194 Add component.json for bower support. 2012-09-28 18:09:48 -07:00
Tom Lane
a021851e40 Add component.json file for bower package manager support. 2012-09-08 15:58:19 +01:00
Bartek Szopka
9ccb39dc8e examples and demos moved to wiki 2012-05-05 14:59:32 +03:00
Bartek Szopka
028a298341 removed double dashes -- from HTML comments as Firefox was marking them as invalid 2012-04-20 21:45:36 +00:00
Bartek Szopka
24cef7f505 some CSS tricks described in comments 2012-04-07 07:39:19 +00:00
Bartek Szopka
edff5a08c1 release 0.5.3 2012-04-04 21:32:17 +00:00
Bartek Szopka
2da949ea18 stopped using transitionend event to provide more consistent impress:stepenter triggering even if there is no transition 2012-04-04 19:39:30 +00:00
Bartek Szopka
8949aae00e next version 2012-04-04 18:23:23 +00:00
Bartek Szopka
84e5d62349 correct 0.5.2 release links 2012-03-31 19:49:52 +00:00
Bartek Szopka
9e6b22dccc release 0.5.2 2012-03-31 19:46:42 +00:00
Bartek Szopka
c87d7dff48 finally some more descriptive comments in js 2012-03-31 19:44:15 +00:00
Bartek Szopka
de6c37949f next version in development 2012-03-28 18:14:00 +00:00
Bartek Szopka
d3ce5a8735 release 0.5.1 2012-03-21 08:13:35 +00:00
Bartek Szopka
c7f5771211 fixing clicking links on active steps 2012-03-21 08:05:18 +00:00
Bartek Szopka
2a9e9b859c missing note about init() function 2012-03-20 21:56:01 +00:00
Bartek Szopka
88662339a9 release 0.5 2012-03-20 21:37:08 +00:00
Bartek Szopka
10b14ba768 docs updated with recent changes 2012-03-20 21:28:43 +00:00
Bartek Szopka
9af7fe0f3e no need to delay transitions with present class 2012-03-19 21:28:16 +00:00
Bartek Szopka
fb32cf1bdd only call enter and leave events when necessary 2012-03-19 20:21:01 +00:00
Bartek Szopka
b3d680eab4 lowercase event names to keep DOM events convention, with backbone-style impress: namespace - in courtesy of @medikoo 2012-03-18 20:15:46 +00:00
Bartek Szopka
b0c5644b47 "goto now accepts duration parameter" 2012-03-14 22:53:17 +00:00
Bartek Szopka
9d99c03392 "goto now accepts more types of parameters: numbers, id strings and DOM elements" 2012-03-14 22:06:57 +00:00
Bartek Szopka
1a21865ea6 "goto is back, bye bye ugly stepTo" 2012-03-14 20:44:04 +00:00
Bartek Szopka
c4d6ab3b8a "added recent changes to README" 2012-03-12 23:48:55 +00:00
Bartek Szopka
b2ba0ee421 "more readable event names" 2012-03-12 23:43:59 +00:00
Bartek Szopka
c64d9fbf97 "added impress-enabled and impress-disabled CSS classes used in impress initialization" 2012-03-12 22:57:58 +00:00
Bartek Szopka
e06cda174e "cleaning the code after init refactoring" 2012-03-12 22:48:33 +00:00
Bartek Szopka
a055e97a54 "navigation handlers are now added when impress is initialized" 2012-03-12 22:29:45 +00:00
Bartek Szopka
70bc3b737b "impressive API update - added initialization init function and event" 2012-03-12 21:51:07 +00:00
Bartek Szopka
8220ab9393 "merge with master branch (release 0.4.1)" 2012-03-11 19:59:02 +00:00
Bartek Szopka
b59a4bf4d7 "bugfix release 0.4.1" 2012-03-11 09:15:35 +00:00
Bartek Szopka
78f2ce657c "fallback mode fix" 2012-03-11 09:10:36 +00:00
Bartek Szopka
abfa87dc91 "recent impressive changes added to changelog" 2012-03-10 23:24:41 +00:00
Bartek Szopka
5fd0f58fc6 "present and past can't appear together on element" 2012-03-10 23:14:40 +00:00
Bartek Szopka
b23506e885 "past, present and future classes on step elements" 2012-03-10 23:06:48 +00:00
Bartek Szopka
b0a139ef81 "removed unnecessary transitions and jumpiness when presentation starts" 2012-03-10 22:51:20 +00:00
Bartek Szopka
1bbf205bc7 "added impressive events when step is entered and left, triggered by transition end" 2012-03-10 22:36:08 +00:00
Bartek Szopka
e2a13e35d6 Merge branch 'master' into dev 2012-03-10 20:36:53 +00:00
Bartek Szopka
adb2fc498b "a note about contributions" 2012-03-10 20:36:25 +00:00
Bartek Szopka
2f677e1292 "next version in development" 2012-03-10 20:22:32 +00:00
Bartek Szopka
6314e2e150 "release 0.4" 2012-03-10 19:55:40 +00:00