SkillAgentSearch skills...

FancyInput

Makes typing in input fields fun with CSS3 effects

Install / Use

/learn @yairEO/FancyInput
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars1.9k
CategoryDevelopment
Updated10d ago
Forks277

Languages

CSS

Security Score

85/100

Audited on Mar 14, 2026

No findings