Dragger icon indicating copy to clipboard operation
Dragger copied to clipboard

Flicker on Activity Transition

Open ckarthikv opened this issue 9 years ago • 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?

ckarthikv avatar Aug 08 '15 12:08 ckarthikv

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.

ppamorim avatar Aug 10 '15 01:08 ppamorim

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?

ckarthikv avatar Aug 10 '15 19:08 ckarthikv

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.

ppamorim avatar Aug 11 '15 00:08 ppamorim

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.

ckarthikv avatar Aug 11 '15 04:08 ckarthikv

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

200901107 avatar Aug 14 '15 10:08 200901107

Same here.

lbcastro avatar Mar 19 '16 13:03 lbcastro

Any Solution for the flick ?

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

safety97 avatar Jan 08 '19 10:01 safety97