https://github.com/varunon9/presentme.js
Web-based presentation plugin combining the power of GSAP, jQuery, CSS3 and HTML5
https://github.com/varunon9/presentme.js
browser-presentation greensock-plugin gsap html5 html5-presentation presentation-plugin slider
Last synced: about 1 month ago
JSON representation
Web-based presentation plugin combining the power of GSAP, jQuery, CSS3 and HTML5
- Host: GitHub
- URL: https://github.com/varunon9/presentme.js
- Owner: varunon9
- Created: 2016-03-06T07:33:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T17:24:43.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T22:49:40.015Z (3 months ago)
- Topics: browser-presentation, greensock-plugin, gsap, html5, html5-presentation, presentation-plugin, slider
- Language: JavaScript
- Size: 262 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
presentMe.js
=========Web-based presentation plugin combining the power of GSAP, jQuery, CSS3 and HTML5.
Inspired from reveal.js (https://github.com/hakimel/reveal.js/) and
impress.js (https://github.com/impress/impress.js/).DEPENDENCIES
---------1. GSAP (http://greensock.com/gsap)
2. jQuery (http://jquery.com)FEATURES
---------1. Simple and easy to use
2. Works on both laptop as well as mobile
3. Slide indicator and control are available
4. User can customize all the CSS to meet his requirements
5. Automatic execution of slides is availableHow to use it
--------------
1. All the contents of 'class frame' form a slide. 'frame class' must be used inside 'id main'.
2. presentMe.js uses HTML5 'data attributes' to control slide animation
3. Alter the options object in presentMain.js javascript file to control slide timings
4. Please use the source code to know in details.Demo
------Visit http://alley.co.in/presentMe.js/
That's all!!