https://github.com/compwright/touch-sprite-demo
An HTML rapid touch-based animation proof-of-concept
https://github.com/compwright/touch-sprite-demo
Last synced: 10 months ago
JSON representation
An HTML rapid touch-based animation proof-of-concept
- Host: GitHub
- URL: https://github.com/compwright/touch-sprite-demo
- Owner: compwright
- Created: 2014-02-20T15:13:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T15:22:57.000Z (almost 12 years ago)
- Last Synced: 2024-12-30T03:33:48.554Z (12 months ago)
- Language: JavaScript
- Homepage: http://compwright.github.io/demos/touch-sprite-demo/
- Size: 2.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
touch-sprite-demo
=================
An HTML rapid touch-based animation proof-of-concept
This demo simply iterates through each frame of a CSS sprite as you alternately tap two buttons on the page. It is the digital equivalent of a [flip book](http://en.wikipedia.org/wiki/Flip_book).
[fastclick.js](http://ftlabs.github.io/fastclick/) was used to remove the 300ms delay in firing touch events in some browsers.
Best experienced on a modern smartphone or tablet device.