We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4df90 commit d668e16Copy full SHA for d668e16
src/components/Card/Card.tsx
@@ -207,6 +207,10 @@ const CardComponent = (
207
]);
208
209
const runElevationAnimation = (pressType: HandlePressType) => {
210
+ if (isV3 && isMode('contained')) {
211
+ return;
212
+ }
213
+
214
const isPressTypeIn = pressType === 'in';
215
if (dark && isAdaptiveMode) {
216
Animated.timing(elevationDarkAdaptive, {
0 commit comments