-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flicker on Activity Transition #29
Comments
Did you notice that it was solved in the new version of Dragger with Rebound implementation? Before it was implemented using a workaround to simulate the dragger animation, now it uses Rebound to do this first animation, in the future I'll remove the all VDH and make these animations only with Rebound. |
Used Dragger View from the master branch, exactly as per documentation and got the flicker between the activities (one of the activities had a fragment too). Is LazyDraggerView different from DraggerView. If yes, how? |
Don't use the source code of the master branch, use the gradle (or package) version. This source can have bugs. |
Got it. I've also a requirement of applying the dragger rebound animations to a view in an activity. While closing the view, the activity also gets finished. Hence, we imported the source and overrode the finishActivity() function to prevent the same. Any way we could directly prevent finish activity on slide, with the gradle-package version? |
Hi |
Same here. |
Any Solution for the flick ? It is really too bad, because without that, the result would be awesome ! |
Did the exact thing as mentioned in the brief documentation. There is a flicker just before the activity comes up in the slide to right animation.
Any suggestions?
The text was updated successfully, but these errors were encountered: