| /expo/packages/expo-image/build/ |
| H A D | utils.js | 72 export function resolveTransition(transition, fadeDuration) { argument 76 if (!transition && typeof fadeDuration === 'number') { 81 return { duration: fadeDuration };
|
| H A D | Image.js | 39 …const { style, source, placeholder, contentFit, contentPosition, transition, fadeDuration, resizeM… 46 …solveContentPosition(contentPosition), transition: resolveTransition(transition, fadeDuration) }));
|
| H A D | utils.d.ts | 16 export declare function resolveTransition(transition?: ImageProps['transition'], fadeDuration?: Ima…
|
| H A D | utils.js.map | 1 …fadeDuration` is a number, it's resolved to a cross dissolve transition with the given duration.\n…
|
| H A D | Image.types.d.ts | 213 fadeDuration?: number; property
|
| H A D | Image.js.map | 1 …fadeDuration,\n resizeMode: resizeModeProp,\n defaultSource,\n loadingIndicatorSour…
|
| H A D | Image.types.js.map | 1 …fadeDuration` from React Native Image](https://reactnative.dev/docs/image#fadeduration-android).\n…
|
| /expo/packages/expo-image/src/ |
| H A D | utils.ts | 96 fadeDuration?: ImageProps['fadeDuration'] 101 if (!transition && typeof fadeDuration === 'number') { 106 return { duration: fadeDuration };
|
| H A D | Image.tsx | 53 fadeDuration, 78 transition={resolveTransition(transition, fadeDuration)}
|
| H A D | Image.types.ts | 243 fadeDuration?: number; property
|
| /expo/apps/native-component-list/src/screens/Image/ |
| H A D | ImageTransitionsScreen.tsx | 49 name: 'Use only fadeDuration', 77 fadeDuration={duration}
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/ |
| H A D | Image.d.ts | 81 fadeDuration?: number | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/ |
| H A D | Image.d.ts | 81 fadeDuration?: number | undefined; property
|
| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | GLHeadlessRenderingScreen.tsx | 197 fadeDuration={0}
|
| /expo/docs/pages/guides/ |
| H A D | icons.mdx | 171 fadeDuration={0}
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 257 …,crossOrigin:O.oneOf(['anonymous','use-credentials']),defaultSource:c,fadeDuration:O.number,height… property 333 …process:r(d[5]).default},accessible:!0,progressiveRenderingEnabled:!0,fadeDuration:!0,borderBottom… 429 …yle:J.headerSubview,children:(0,N.jsx)(f.Image,P({resizeMode:"center",fadeDuration:0},e))})},Scree… property
|
| H A D | EXDevMenuApp.android.js | 257 …,crossOrigin:O.oneOf(['anonymous','use-credentials']),defaultSource:c,fadeDuration:O.number,height… property 333 …process:r(d[5]).default},accessible:!0,progressiveRenderingEnabled:!0,fadeDuration:!0,borderBottom… 430 …yle:J.headerSubview,children:(0,N.jsx)(f.Image,P({resizeMode:"center",fadeDuration:0},e))})},Scree… property
|
| /expo/packages/expo-dev-client/android/src/androidTest/assets/ |
| H A D | bundled_app.bundle | 282 …b.shape({uri:b.string}),b.number]),progressiveRenderingEnabled:b.bool,fadeDuration:b.number,intern… 285 …apInsets:{diff:r(d[3])},defaultSource:{process:r(d[4])},defaultSrc:!0,fadeDuration:!0,headers:!0,l…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 258 …,crossOrigin:O.oneOf(['anonymous','use-credentials']),defaultSource:c,fadeDuration:O.number,height… 334 …process:r(d[5]).default},accessible:!0,progressiveRenderingEnabled:!0,fadeDuration:!0,borderBottom… 430 …yle:J.headerSubview,children:(0,N.jsx)(f.Image,P({resizeMode:"center",fadeDuration:0},e))})},Scree… 576 …Boolean(O)&&p.iconWithLabel,Boolean(E)&&{tintColor:E}],source:r(d[9]),fadeDuration:0}),(function()…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 258 …,crossOrigin:O.oneOf(['anonymous','use-credentials']),defaultSource:c,fadeDuration:O.number,height… 334 …process:r(d[5]).default},accessible:!0,progressiveRenderingEnabled:!0,fadeDuration:!0,borderBottom… 431 …yle:J.headerSubview,children:(0,N.jsx)(f.Image,P({resizeMode:"center",fadeDuration:0},e))})},Scree… 577 …Boolean(O)&&p.iconWithLabel,Boolean(E)&&{tintColor:E}],source:r(d[9]),fadeDuration:0}),(function()…
|