Open sargin48 opened 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;
}
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 {
}