All Projects → yairEO → Fancyinput

yairEO / Fancyinput

Makes typing in input fields fun with CSS3 effects

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Fancyinput

Fairygui Unity
A flexible UI framework for Unity
Stars: ✭ 2,007 (+3.13%)
Mutual labels:  typing-effect
Typeit
The most versatile JavaScript typewriter effect library on the planet.
Stars: ✭ 2,406 (+23.64%)
Mutual labels:  text-effects
autotyperjs
A vanilla javascript plugin for animated typewriting
Stars: ✭ 12 (-99.38%)
Mutual labels:  text-effects
TypeLighterJS-Typewriter
Take a stride into the world of dynamic and appealing typewriters. You can be sure that you will never even think of looking back.
Stars: ✭ 266 (-86.33%)
Mutual labels:  text-effects
TET-GAN
[AAAI 2019] TET-GAN: Text Effects Transfer via Stylization and Destylization
Stars: ✭ 74 (-96.2%)
Mutual labels:  text-effects
vue-keyboard
🎹A real hand tapping keyboard
Stars: ✭ 51 (-97.38%)
Mutual labels:  typing-effect
typed.css
A fully functional and flexible typewriter mixin for SCSS, with Less and Stylus support coming soon! Typed.css supports multiple strings, multi-line strings, variable speeds, per-string styling, animated caret (blinking insertion cursor), directional type-pausing, and much more. It's even accessible! ✨
Stars: ✭ 113 (-94.19%)
Mutual labels:  typing-effect

Fancy Input

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

alt tag

View Demo Page

Basic use example:

<!-- ...previous page content... -->
<div>
	<input type='text' >
</div>
<div>
	<textarea></textarea>
</div>
<!-- ...some more content (hopefully)... -->
<script>
    $('div :input').fancyInput();
</script>

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].