You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey yall, I'm trying to achieve an effect where gestures do NOT trigger the transition in some situations.
For example, I built a camera and photo library view like instagram's create story, where you can slide UP on the camera view to show the library, BUT, if you started to record video, you can just hold your finger and slide up to zoom in, this conflicts with the transition.
The outcome I want is for the animator to be TEMPORARILY disabled during video recording, i can easily implement a guard check for recording state, but I don't know which configuration to change for the Jelly transition. Any ideas?
The text was updated successfully, but these errors were encountered:
Hey yall, I'm trying to achieve an effect where gestures do NOT trigger the transition in some situations.
For example, I built a camera and photo library view like instagram's create story, where you can slide UP on the camera view to show the library, BUT, if you started to record video, you can just hold your finger and slide up to zoom in, this conflicts with the transition.
The outcome I want is for the animator to be TEMPORARILY disabled during video recording, i can easily implement a guard check for recording state, but I don't know which configuration to change for the Jelly transition. Any ideas?
The text was updated successfully, but these errors were encountered: