Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmpressjs/jmpress.js
A jQuery plugin to build a website on the infinite canvas
https://github.com/jmpressjs/jmpress.js
Last synced: 5 days ago
JSON representation
A jQuery plugin to build a website on the infinite canvas
- Host: GitHub
- URL: https://github.com/jmpressjs/jmpress.js
- Owner: jmpressjs
- Created: 2012-01-11T06:35:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T16:02:01.000Z (over 8 years ago)
- Last Synced: 2024-11-02T22:50:42.441Z (6 days ago)
- Language: JavaScript
- Homepage: http://jmpressjs.github.com/jmpress.js
- Size: 3.09 MB
- Stars: 1,497
- Watchers: 77
- Forks: 237
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - jmpressjs/jmpress.js - A jQuery plugin to build a website on the infinite canvas (others)
README
# jmpress.js (Version 0.4.5)
A jQuery plugin to build a website on the infinite canvas.
Started as a jQuery port of [impress.js](https://github.com/bartaz/impress.js)
and utilizes the power of CSS3 transforms and transitions in modern browsers.## DEMO
jmpress.js demo: [http://jmpressjs.github.com/jmpress.js/]
jmpress.js beta demo: [http://jmpressjs.github.com/jmpress.js-beta/]
## BROWSER SUPPORT
jmpress.js attempts to use CSS3 transform and transition as its engine.
Please visit this link [http://caniuse.com/#feat=css-animation](http://caniuse.com/#feat=css-animation)
to see what browsers support CSS3 transforms.## USAGE
See the [DOCS](http://jmpressjs.github.com/docs/).
To build or contribute to this version, please look at the development
documentation under the [contribute section](http://jmpressjs.github.com/docs/contribute.html).## CONTRIBUTING
Good news! We accept pull requests and are looking for more contributors! ;)
Take a look at the
[contribute section](http://jmpressjs.github.com/docs/contribute.html)
of the docs for more information on how you can contribute. Thanks!## LICENSE
Copyright 2013 Kyle Robinson Young & Tobias Koppers. Released under a
[MIT license](http://www.opensource.org/licenses/mit-license.php).