jQuery.pulsate
jQuery.pulsate copied to clipboard
can you add typescript definitions file
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;
}