1.0.0 • Published 1 year ago

type-placeholder v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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