https://github.com/devgeeks/page-transitions-decompressau-talk
Talk on hardware accelerated page transitions on mobile for Decompress AU
https://github.com/devgeeks/page-transitions-decompressau-talk
Last synced: about 1 year ago
JSON representation
Talk on hardware accelerated page transitions on mobile for Decompress AU
- Host: GitHub
- URL: https://github.com/devgeeks/page-transitions-decompressau-talk
- Owner: devgeeks
- Created: 2014-04-10T23:03:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T23:10:27.000Z (about 12 years ago)
- Last Synced: 2025-02-15T05:24:17.648Z (over 1 year ago)
- Language: JavaScript
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hardware Accelerated Page Transitions for Mobile
[http://devgeeks.github.io/page-transitions-decompressau-talk/](http://devgeeks.github.io/page-transitions-decompressau-talk/)
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)
## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli`
Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ grunt server
```