Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yairEO/fancyInput

Makes typing in input fields fun with CSS3 effects
https://github.com/yairEO/fancyInput

css3-effects text-effects typing-effect

Last synced: about 2 months ago
JSON representation

Makes typing in input fields fun with CSS3 effects

Awesome Lists containing this project

README

        

Fancy Input
=============
Makes typing & deleting in input/Textarea fields exciting & fun with CSS3 effects.

![alt tag](https://raw.githubusercontent.com/yairEO/fancyInput/master/preview.gif)

### [View Demo Page](http://yaireo.github.io/fancyInput)

## Basic use example:
```html






$('div :input').fancyInput();

```
Call the .fancyInput() function on all parents of inputs.
With this example code, make sure every input is wrapped in a div.

This plugin does not have any current plans to support any version of IE.