UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

3 lines (2 loc) 641 B
/** @internal */ export declare const LoaderAnimatedSvgGradient = "\n <defs>\n <linearGradient id=\"bouncy-gradient\" gradientTransform=\"rotate(0)\">\n <stop offset=\"0\" stop-color=\"#ddd\"></stop>\n \n <stop offset=\"0\" stop-color=\"#fff\">\n <animate attributeName=\"offset\" dur=\"1s\" values=\"-.3;1;1\" repeatCount=\"indefinite\" />\n </stop>\n <stop offset=\"100\" stop-color=\"#ddd\">\n <animate attributeName=\"offset\" dur=\"1s\" values=\"1;1;0\" repeatCount=\"indefinite\" />\n </stop>\n </linearGradient>\n </defs>\n";