Skip to content

jquery wrapper for impress.js with additional features

License

Notifications You must be signed in to change notification settings

oshell/jquery-impress

 
 

Repository files navigation

jquery-impress

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.

This is a fork of impress.js.

Installation

bower:

  bower install jquery-impress

manally:

  • copy dist/jquery.impress.min.js

Usage

Minimal Example | Full Presentation

Dependencies:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="bower_components/jquery-impress/dist/jquery.impress.min.js"></script>

Optional Dependencies:

  <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" rel="stylesheet" />

Init:

$('#impress').impress();

Changelog

  • js/jquery.wrapper.js was added to wrap impress.js and create a jquery plugin
  • bower dependencies for animate-css and jquery added
  • gulp concat and uglify to bundle both repositories and create /dist

BROWSER SUPPORT

This project supports only the major evergreen desktop browsers that have implemented:

Copyright 2017 Horst Jahns - Released under the MIT License

About

jquery wrapper for impress.js with additional features

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.9%
  • CSS 29.5%
  • HTML 8.6%