ldn0x7dc / react-native-view-transformer

A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.
135 stars 143 forks source link

[Help] How can I do transition like snapchat ? #2

Open melihmucuk opened 8 years ago

melihmucuk commented 8 years ago

Example: https://camo.githubusercontent.com/8f9321e33c47aa4e9de5e30f44b2ac48dbbe466a/687474703a2f2f692e737461636b2e696d6775722e636f6d2f656f6678372e676966

ldn0x7dc commented 8 years ago

@melihmucuk The above example contains two animation:

  1. alpha animation for the bottom-left circle view
  2. layout and alpha animation for the full-screen view( the image content inside remains still, just view boundary changes) However neither of those animations has business with react-native-view-transformer.