| Version 5 (modified by hagino_3000, 4 years ago) |
|---|
Mangekyo
Mangekyo is ...
- Create dynamic presentations.
- Publish to WWW.
- Download of presentations.
In summary
- Presentation consists of HTML and javascript.(same as S6)
- Extensible the animation and effects.
- Presentation can be made in the WYSIWYG editor.
- Publish to WWW.
- Download and running on local machine.
DEMO
Source
Download
Mangekyo.js can be used by including to the HTML page.
Usage
Load javascript files and css files.
<link href="./default.css" rel="stylesheet" type="text/css" media="all" /> <link href="./contents.css" rel="stylesheet" type="text/css" media="all" /> <script type="text/javascript" src="../lib/jquery.js" charset="utf-8"></script> <script type="text/javascript" src="../src/mangekyo.js" charset="utf-8"></script> ... <body> <div id="conteiner"> <div class="page"> <!-- page 1 --> <h2>Page Title</h2> <div class="slideBody"> Slide Body </div> </div> <div class="page"> <!-- page 2 --> <h2>Page Title</h2> <div class="slideBody"> Slide Body </div> </div> </div><!-- end/#conteiner --> </body>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)