Skip to content

samuelj90/type-placeholder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A jQuery plugin to give typewriter effect to input placeholders

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published