22 Commits

Author SHA1 Message Date
Falco Nogatz
972dc413f3 Add .slideView or .preView classes in speaker console view (#827) 2022-12-19 07:55:17 -08:00
IngridRegina
a5e5b96291 created impress-common.css (#760)
Co-authored-by: Ingrid-Regina Vähi <ingrid.vahi@adm.ee>
2020-04-05 17:14:18 +03:00
Henrik Ingo
64dd0f4064 Add documentation and examples for scaling to larger screens.
Document all attributes to root element (#impress) in DOCUMENTATION.md.

For the main demo (/index.html) add width, height, max-scale, min-scale
attributes to the main demo. These just use the defaults, except
data-max-scale="3" which allows to scale to larger screens (HD, 4K).

For examples/classic-slides, add attributes to root element and set it
to target Full HD 1920 x 1080 resolution. Adjust CSS to match.

Add notification everywhere that defaults will change in 2021.
2020-03-23 14:25:15 +02:00
Henrik Ingo
e92e02ccb4 Make impress-console-button actually clickable (#651)
Changed the onclick handler to trigger the impress:console:open event
and not use the impressConsole() global function any more. The latter
is considered deprecated now that impressConsole is integrated into
impress.js itself.

Also catch some errors that appear in event handlers when the target
for the click event was immediately removed from DOM.

Fixes #651
2018-01-01 15:05:55 +02:00
Henrik Ingo
7505838891 Use autoplay and toolbar plugins in the main impress demo
For all the other features, see demos under extras/
2017-11-05 18:42:27 +02: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
24cef7f505 some CSS tricks described in comments 2012-04-07 07:39:19 +00:00
Bartek Szopka
9af7fe0f3e no need to delay transitions with present class 2012-03-19 21:28:16 +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
b23506e885 "past, present and future classes on step elements" 2012-03-10 23:06:48 +00:00
Bartek Szopka
9d495abba7 impressive class names refactoring 2012-03-10 15:39:22 +01:00
Bartek Szopka
343299c63f enable clicking on elements 'hiding' behind body in 3D 2012-02-02 21:48:48 +01:00
Bartek Szopka
7b4393cfc9 fixed 3D text in Firefox ... is it Firefox bug, Webkit bug or specification bug? :) 2012-02-02 20:43:02 +01:00
Bartek Szopka
b12fbbe9f6 changing the name of styles file to make it even more clear that these are only styles for demo presentation 2012-01-08 20:57:37 +01:00
Bartek Szopka
0edcf9021e impressive step click support 2012-01-04 23:42:50 +01:00
Bartek Szopka
821cf549fc impressive navigation hint added 2012-01-02 22:08:50 +01:00
Bartek Szopka
dc12069b40 impressive comment in the stylesheet, so it's more clear that it's just a demo style 2012-01-02 09:04:57 +01:00
Bartek Szopka
32a5c39857 impressive hardboiled fallback support added 2011-12-31 13:41:50 +01:00
Bartek Szopka
ec069e1732 impressive typo/bug fixed
and BTW, firefox doesn't understand transition delay of 0, he needs 0ms... orly?
2011-12-31 10:23:34 +01:00
Bartek Szopka
da7a27d44e impressive demo content added 2011-12-31 09:48:13 +01:00
Bartek Szopka
24e4056e7f impress.css is now moved to impress.js 2011-12-29 15:36:02 +01:00