maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

Add property to change opening and closing animations #91

Open tezqa opened 7 years ago

tezqa commented 7 years ago

Animation easing are hard coded in component:

easing: Easing.elastic(0.8)

Please add a property to change this.

zhaonian commented 6 years ago

probably also add different easing properties for open and close?

rosskhanas commented 6 years ago

I made a PR some time ago, but not much progress in terms of getting it merged.

jamessawyer commented 6 years ago

+1, need to add more animation options both on open and close.