react-native-image-zoom icon indicating copy to clipboard operation
react-native-image-zoom copied to clipboard

Default to (and thus allow) a zero second centerOn duration

Open ptomooka opened this issue 5 years ago • 0 comments

Currently, duration = params.duration || 300 excludes the possibility of an instantaneous centerOn, which is sometimes desirable. This now adds instantaneous functionality, and sets this as the default.

ptomooka avatar Aug 23 '20 22:08 ptomooka