Kilian / jQuery.pulsate

jQuery.pulsate.js adds a pulsating effect to elements. Useful for drawing the users attention.
http://jquerypulsate.kilianvalkhof.com
MIT License
52 stars 20 forks source link

can you add typescript definitions file #11

Open sargin48 opened 9 years ago

sargin48 commented 9 years ago

this file is support using with typescript. you should add .

jquery.pulsate.d.ts

interface JqPulsateOptions { color?: any; reach?: number; speed?: number; pause?: number; glow?: boolean; repeat?: boolean; onHover?: boolean; }

interface JQuery {

pulsate(JqPulsateOptions): JQuery;

}