UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

13 lines (12 loc) 457 B
import { Activator } from './activator'; export declare class RippleActivator extends Activator { private expands; private fades; private expandSpeed; constructor(app: any, config: any, zone: any); downAction(ev: any, activatableEle: any, pointerX: any, pointerY: any): boolean; createRipple(activatableEle: any, pointerX: any, pointerY: any, clientRect: any): void; upAction(): void; next(): void; clearState(): void; }