ppamorim/Dragger

Flicker on Activity Transition

ckarthikv opened this issue · 7 comments

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?

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.
Yes, LazyDraggerView only perform the slide when you call the show() method.

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?
Thanks.

Hi
I have used the latest packaged version of Dragger, still i am getting flicker in activity

Same here.

Any Solution for the flick ?

It is really too bad, because without that, the result would be awesome !