Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 723 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 723 Bytes

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