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 5f86979 commit a5d3c6bCopy full SHA for a5d3c6b
core/scripts/testing/scripts.js
@@ -7,6 +7,5 @@
7
8
window.Ionic = window.Ionic || {};
9
window.Ionic.config = window.Ionic.config || {};
10
- window.Ionic.config.experimentalTransitionShadow = true;
11
12
})();
core/src/components/content/content.tsx
@@ -302,7 +302,7 @@ export class Content implements ComponentInterface {
302
const mode = getIonMode(this);
303
const { scrollX, scrollY, forceOverscroll } = this;
304
305
- const transitionShadow = (mode === 'ios' && config.getBoolean('experimentalTransitionShadow', false));
+ const transitionShadow = (mode === 'ios' && config.getBoolean('experimentalTransitionShadow', true));
306
307
this.resize();
308
0 commit comments