type-placeholder

1.0.0 • Public • Published

Type Placeholder

A jQuery plugin to give a typewriter effect to input placeholders to bring more attention to the input. It accepts three inputs:- speed, delay and keywords. It uses the keywords and displays characters with a typewriting effect using the speed and delay parameters

Usage

Include the jquery plugin file along with jquery to the html file. Place the below configuration

$('#demo').typePlaceholder({
  speed: 100,
  delay: 2000,
  keywords: [
    'Sachin Tendulkar',
    'Samuel James Mathew',
    'Barack Obama',
    'Apple News',
    'India',
    'Iam Feeling Happy'
  ],
});

Demo

You can find the demo of this project here

Package Sidebar

Install

npm i type-placeholder

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

17.6 kB

Total Files

7

Last publish

Collaborators

  • samuelj90