I want to disable all the animation of the ionic components using ionic. I tried with:
import { setupConfig } from '/node_modules/@ionic/core/dist/esm/index.js';
setupConfig({
mode: 'md',
animate: false
});
but it does not do anything. What is the correct way to do this?
Thanks
1 post - 1 participant