React-native-modal: Disable modal animationIn and animationOut

Created on 10 Aug 2020  路  1Comment  路  Source: react-native-modal/react-native-modal

Hi,

I have a very small and simple question: How can I remove animations from my modal?

I wish I could have a modal that opens and closes without animation, is that possible?

Thanks

question

Most helpful comment

@vikjovanov

Set animationInTiming and animationOutTiming to 1.
example

<Modal animationInTiming={1} animationOutTiming={1} > </Modal>

>All comments

@vikjovanov

Set animationInTiming and animationOutTiming to 1.
example

<Modal animationInTiming={1} animationOutTiming={1} > </Modal>

Was this page helpful?
0 / 5 - 0 ratings

Related issues

onfuns picture onfuns  路  3Comments

stonepreston picture stonepreston  路  4Comments

levelingup picture levelingup  路  3Comments

dcarrot2 picture dcarrot2  路  4Comments

mmazzarolo picture mmazzarolo  路  4Comments