Commit Graph

72 Commits

Author SHA1 Message Date
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
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
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
Bartek Szopka
2b58f53708 "making jshint even more happy with custom config" 2012-03-10 19:18:01 +00:00
Bartek Szopka
a20c50db25 "making jshint (almost) happy" 2012-03-10 18:26:12 +00:00
Bartek Szopka
9d495abba7 impressive class names refactoring 2012-03-10 15:39:22 +01:00
Bartek Szopka
207c823a69 goto is a future reserved word, so API method is renamed to stepTo 2012-03-10 12:20:20 +01:00
Bartek Szopka
2131784fea perspective and transition duration added to config 2012-03-08 22:56:13 +01:00
Bartek Szopka
5ff03982a1 added number validation and impress.js config 2012-03-08 22:35:08 +01:00
Bartek Szopka
eb4df9c0ee minimum and maximum scale added to config 2012-03-08 21:59:41 +01:00
Bartek Szopka
807943dadc keyboard handler updated - now triggering actions on keyup 2012-03-08 21:02:05 +01:00
Bartek Szopka
efae004bc8 Merge branch 'master' into scale 2012-03-08 20:27:37 +01:00
Bartek Szopka
c382aeb710 fixing broken event delegation when clicking on body - issue #113 2012-03-08 20:20:10 +01:00
Bartek Szopka
811e045c60 perspective as a function for better Firefox support 2012-03-07 23:51:20 +01:00
Bartek Szopka
7a7d3e7119 throttle on keydown (arrows) causes scrolling on Firefox 2012-03-07 23:51:10 +01:00
Bartek Szopka
8321fa7861 iPad viewport size less hardcoded 2012-03-07 23:02:09 +01:00
Bartek Szopka
74a309a803 Merge branch 'master' into scale 2012-03-07 22:43:12 +01:00
Bartek Szopka
8a0b80d5ac sad but true ... history.pushState is too buggy to be useful at this point 2012-03-07 22:38:37 +01:00
Bartek Szopka
8eb5442e2f rescaling presentation when window is resized 2012-03-06 22:38:03 +01:00
Bartek Szopka
456817d3b5 scaling elements to make them fit the screen (by @fmate14) 2012-03-06 21:43:38 +01:00
Bartek Szopka
45fcf19c4d using history.pushState instead of location change in courtesy of @medikoo 2012-03-06 21:11:08 +01:00
Bartek Szopka
3fceded114 GPL license added 2012-03-06 21:01:21 +01:00
Bartek Szopka
62350f4075 it's not 0.3 anymore 2012-03-06 13:57:52 +01:00
Bartek Szopka
0a82172d25 added link to Chrome location change bug 2012-03-06 13:45:29 +01:00
Bartek Szopka
36816e3b42 release 0.3 2012-02-19 13:06:29 +01:00
Bartek Szopka
c7ce6af1c8 iPad trial and error 2012-02-16 11:27:25 +01:00
Bartek Szopka
957599ab20 scale fixes for iPad 2012-02-16 11:05:56 +01:00
Bartek Szopka
a2f4337ec2 iPad viewport now defined in script to avoid breaking mobile fallback mode 2012-02-15 23:56:03 +01:00
Bartek Szopka
2b22ee3b4b some iPad love 2012-02-15 21:46:00 +01:00
Bartek Szopka
db5857afda impressive touch support 2012-02-15 21:17:26 +01:00
Bartek Szopka
cfe6448594 impressive API 2012-02-15 21:16:43 +01:00
Bartek Szopka
9641f5750b step data moved from DOM to internal data structure 2012-01-30 20:35:47 +01:00
Mariusz Nowak
d8f70bdb15 Use strict mode 2012-01-24 13:36:07 +01:00
Bartek Szopka
bb0113e5be disabled animation on the beggining of the presentation
applied fix as shown in pull request #30 (that couldn't be merged automatically)
2012-01-20 16:06:23 +01:00
Bartek Szopka
5fc00a1cf6 that was impressive name switch :) 2012-01-18 12:26:16 +01:00
Bartek Szopka
da84694fdb impressive refactoring of slide selection - getting closer to API 2012-01-17 22:32:30 +01:00
Bartek Szopka
d2ce96a1f3 removed mousewheel, sorry @OpenGrid, maybe it will be back as optional feature some day 2012-01-17 22:08:45 +01:00
Bartek Szopka
995c472488 am I removing features? yes, it was a bad idea after all and I really hope that noone will notice ;) 2012-01-12 21:50:21 +01:00
Bartek Szopka
8cd464a926 yeah, that's what happens when you do quick fixes using timeouts... 2012-01-12 21:31:18 +01:00
Bartek Szopka
65c456cb47 delaying hash change not to spoil the transition in chrome 2012-01-12 20:47:42 +01:00
Bartek Szopka
3b5fd448b1 tiny little fixes 2012-01-12 20:45:54 +01:00
Bartek Szopka
185ba4ea76 Merge pull request #54 from Haacked/selectGuard
select method updated to not run if the element is already active
2012-01-12 11:08:37 -08:00
Haacked
bf8a540e75 Updated select method to not run transitions if the element is already active 2012-01-12 08:20:25 -08:00