Commit Graph

55 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
Bartek Szopka
4229a3e25c @bartaz removes himself from tutorial text ;) (#777) 2021-01-04 18:56:36 +02: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
7354dbf5fc Merge pull request #643 from impress/dev
1.0.0-beta1: Merge 2 years worth of work from dev to master!

Highlights

* New plugin based architecture allows adding more features without bloating core src/impress.js file
* Source files are in src/ and compiled into js/impress.js with npm run build. End users should continue to use js/impress.js as before.
* 19 new plugins
* Integrates impressConsole.js by default (press 'P' to open speaker console)
* Markdown support for those that are too much in a hurry to type HTML
* 5 new demo presentations under examples/ show case the new features
* Removes the code that prevented impress.js from running on mobile phones
2017-11-12 19:29:24 +02:00
Henrik Ingo
1946c5be55 Change hyperlinks to github.com/henrikingo/impress.js back to upstream repo 2017-11-05 18:42:27 +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
and3rson
b10f710499 Add swipe support for navigation between steps
Also:
 - Removes the code that allowed navigation by tapping left/right edge of screen.
   - Actually, this was already removed in this branch...
 - Removes the code that disabled impress.js on mobile devices
 - Adds new API call impress().swipe()

Refactored for the plugin api from this pull request by @and3rson:
https://github.com/impress/impress.js/pull/496

Manually "cherry picked" from
c44fd0f4c1
2017-10-23 22:29:59 +03:00
冬日の骑士
cf010d787c Update index.html
linking google fonts from http to https
2017-05-07 09:34:07 -05:00
Fagner Brack
9945b51e85 Add impress.js documentation
Closes gh-563.
2016-06-25 23:08:13 +10:00
Fagner Brack
c68fe62402 Merge pull request #351 from wellsfargo/master
Upgrade to typographer quotes
2016-02-08 00:53:23 +11:00
enedil
822ef33f79 Added missing " 2015-03-10 15:07:54 +01:00
dvdrtrgn
be9999a16a Upgrade to typographer quotes 2015-02-04 16:32:19 -06:00
Gilles-Philippe Morin
1dc53d67e3 "too" becomes "to"
It's a mistake, "you need to be a designer" and not "you need too be a designer".
2015-01-15 23:22:53 -05:00
Andrew Teich
bc9968b164 Updated foreword for greater clarity
Changed line 55 to 'More importantly, you need too be a designer. There are no default styles or layouts for impress.js presentations.' in order to improve clarity about the design skills necessary to create an impressive presentation.
2014-09-30 16:09:40 -07:00
Alex Jeng
d3838d1aaa Fixed some grammar mistakes in index.html 2014-09-30 11:45:09 -07:00
PowerKiKi
be1aaf18b1 Fix minor typo 2014-06-25 17:12:34 +09:00
Matthew Brener
3662f9bfa2 Grammar Fix
Grammar change it's to its

From:
"to make it back to it's (it is) correct size."
"to make it back to its correct size."
2013-08-11 12:39:59 +10:00
guoxiao
7a6e73d03b typo fix 2012-11-26 20:54:33 +08: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
10b14ba768 docs updated with recent changes 2012-03-20 21:28:43 +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
70bc3b737b "impressive API update - added initialization init function and event" 2012-03-12 21:51:07 +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
047c1c25a1 impressive favicon added 2012-03-10 11:59:46 +01:00
Bartek Szopka
40acfb1a72 now Firefox 3.6 correctly Yoda should parse 2012-03-08 20:23:33 +01:00
Bartek Szopka
e1786e38e9 couple of typos and inline script warning in courtesy of @gustaff-weldon 2012-03-08 16:20:33 +01:00
Bartek Szopka
0ee071780a impressive browser support 2012-02-18 22:49:34 +01:00
Bartek Szopka
2324484152 more helpful hint for touch devices 2012-02-16 13:33:06 +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
59e1c483bc even more iPad love 2012-02-15 21:52:06 +01:00
Bartek Szopka
2b22ee3b4b some iPad love 2012-02-15 21:46:00 +01:00
Nuri Hodges
c733c1ae38 Spelling correction! don't we -> do we 2012-02-15 21:28:54 +01:00
Bartek Szopka
ff81a13054 some very basic documentation of the API 2012-02-15 21:17:26 +01:00
Bartek Szopka
f248a39aab even more friendly ending ;) 2012-02-15 21:17:26 +01:00
Bartek Szopka
7c46679b39 comment update after API changes 2012-02-15 21:17:26 +01:00
Bartek Szopka
cfe6448594 impressive API 2012-02-15 21:16:43 +01:00
Bartek Szopka
a6970d15fd even more impressive docs 2012-01-25 00:16:11 +01:00
Bartek Szopka
5ea857e6c2 impressive documentation added, but not in a way you'd expect probably ;) 2012-01-18 00:30:11 +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
8e82782499 removed message about supporting IE10, as it is likely to be incorrect 2012-01-04 23:53:12 +01:00
Bartek Szopka
67eb225ee1 tiny position update after fixing perspective 2012-01-04 22:49:06 +01:00
Bartek Szopka
821cf549fc impressive navigation hint added 2012-01-02 22:08:50 +01:00
Kyle Robinson Young
3f04c5e6c7 Grammar fixes in fallback message 2011-12-31 13:12:09 -08:00
Jason Davies
59ef63227f Fix typo: "than" -> "then". 2011-12-31 12:59:34 +00:00
Bartek Szopka
32a5c39857 impressive hardboiled fallback support added 2011-12-31 13:41:50 +01:00