ngx-gooey
Version:
<p align="center"> <img alt="Preview" src="docs/assets/preview.gif" height="260" width="260"> </p> <p align="center"> <h1 align="center">The gooey effect for Angular</h1> </p> The 'gooey effect' has been made popular by various (amazing) blogposts over
25 lines (24 loc) • 999 B
TypeScript
import * as i0 from "@angular/core";
export declare class Gooey {
children: any;
className?: string;
composite?: boolean;
intensity: 'weak' | 'medium' | 'strong';
id: string;
style?: {
[key: string]: string;
};
get blur(): number;
get alpha(): number;
get shift(): number;
get r(): string;
get g(): string;
get b(): string;
get a(): string;
get colorMatrixValues(): string;
getStyle(): {
[key: string]: string;
};
static ɵfac: i0.ɵɵFactoryDeclaration<Gooey, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Gooey, "ngx-gooey", never, { "children": { "alias": "children"; "required": false; }; "className": { "alias": "className"; "required": false; }; "composite": { "alias": "composite"; "required": false; }; "intensity": { "alias": "intensity"; "required": false; }; "id": { "alias": "id"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, {}, never, ["*"], true, never>;
}