ibitcy / react-native-hole-view

✂️ React-Native component to cut a touch-through holes anywhere you want. Perfect solution for tutorial overlay
395 stars 23 forks source link

Transition hole #1

Closed opula closed 3 years ago

opula commented 4 years ago

Hello,

Great library and easy to use. I was wonder if it's possible to transition the hole from one set of params to another? This would happen in a similar fashion to react-native-copilot.

stephenkopylov commented 4 years ago

Hello @opula!

Right now you can change hole's params on-the-fly, but animated transitions between them aren't supported and tested

You can try LayoutAnimations - it might be working, but we're not sure

For the moment we have no plans to support animated transitions but pull requests are always welcome!

stephenkopylov commented 3 years ago

Hey @opula check out our new feature in v2.0.0 - animated transitions!

opula commented 3 years ago

Awesome work @stephenkopylov. I'll go ahead and close this!