Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mike-zarandona/flipphone.js
FlipPhone is a jQuery plugin for 'flipping' letters to numbers via CSS3 animations.
https://github.com/mike-zarandona/flipphone.js
Last synced: about 1 month ago
JSON representation
FlipPhone is a jQuery plugin for 'flipping' letters to numbers via CSS3 animations.
- Host: GitHub
- URL: https://github.com/mike-zarandona/flipphone.js
- Owner: mike-zarandona
- License: other
- Created: 2013-12-23T19:22:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T03:13:38.000Z (almost 11 years ago)
- Last Synced: 2023-08-07T13:11:24.312Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://mike-zarandona.github.io/FlipPhone.js
- Size: 2.75 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FlipPhone.js
**FlipPhone** is a jQuery plugin for 'flipping' letters to numbers via CSS3 animations.## Current Version
v1.0## Demo
Demo can be found here: [http://mike-zarandona.github.io/FlipPhone.js](http://mike-zarandona.github.io/FlipPhone.js)## Quick Start
1. Link to jQuery
2. Link to flipphone.js
3. Call flipphone.js `$('.some-link').flipPhone();`## Options
**`speed`** [*int*] Number of milliseconds it takes for each digit animation to complete.
**`delay`** [*int*] Number of milliseconds delay between each animation.
**`letterSpacing`** [*int*] Number of pixels each letter should be spaced on either side.
**`letterLimit`** [*int*] Max number of letters to 'flip' into numbers.
## License
FlipPhone.js is licensed under the [Cretive Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/deed.en_US). You are free to share and adapt this work for any purpose including commercial with appropriate credit and indications if changes were made.## Author
By Mike Zarandona | [@mikezarandona](http://twitter.com/mikezarandona) | [mikezarandona.com](http://mikezarandona.com)