Home
last modified time | relevance | path

Searched refs:backdropFilter (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-blur/src/__tests__/
H A DBlurView-test.web.tsx32 expect(view.style['backdropFilter']).toBeDefined();
42 expect(view.style['backdropFilter']).toBeUndefined();
56 expect(view.style['backdropFilter']).toContain('blur(20px)');
/expo/packages/expo/types/
H A Dreact-native-web.d.ts14 backdropFilter?: string; property
135 backdropFilter?: string; property
/expo/packages/html-elements/build/primitives/
H A DView.d.ts9 backdropFilter?: string; property
H A DView.js.map1 …iew\n */\nexport interface WebViewStyle {\n /** @platform web */\n backdropFilter?: string;\n /…
/expo/packages/expo-blur/build/
H A DBlurView.web.js44 style.backdropFilter = blur;
H A DBlurView.web.js.map1 …aturate(180%) blur(${Math.min(intensity, 100) * 0.2}px)`;\n style.backdropFilter = blur;\n /…
/expo/packages/expo-blur/src/
H A DBlurView.web.tsx54 style.backdropFilter = blur;
/expo/packages/html-elements/src/primitives/
H A DView.tsx21 backdropFilter?: string;
/expo/packages/html-elements/build/css/
H A DfilterStyles.js.map1 … the style object\n// to prevent crashing.\nconst WEB_STYLES = [\n 'backdropFilter',\n 'animatio…