Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)