Searched refs:backdropFilter (Results 1 – 9 of 9) sorted by relevance
32 expect(view.style['backdropFilter']).toBeDefined();42 expect(view.style['backdropFilter']).toBeUndefined();56 expect(view.style['backdropFilter']).toContain('blur(20px)');
14 backdropFilter?: string; property135 backdropFilter?: string; property
9 backdropFilter?: string; property
1 …iew\n */\nexport interface WebViewStyle {\n /** @platform web */\n backdropFilter?: string;\n /…
44 style.backdropFilter = blur;
1 …aturate(180%) blur(${Math.min(intensity, 100) * 0.2}px)`;\n style.backdropFilter = blur;\n /…
54 style.backdropFilter = blur;
21 backdropFilter?: string;
1 … the style object\n// to prevent crashing.\nconst WEB_STYLES = [\n 'backdropFilter',\n 'animatio…