Commit Graph

16 Commits

Author SHA1 Message Date
janis
10a585ae8d Revert "clean up"
This reverts commit 40a3766b37.
2022-12-12 08:41:23 +01:00
janis
40a3766b37 clean up 2022-12-12 08:33:01 +01: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