react-native-lightbox icon indicating copy to clipboard operation
react-native-lightbox copied to clipboard

Really laggy animation

Open Frexuz opened this issue 8 years ago • 14 comments

Here's a recorded video of testing your example app on my iPhone 6.

https://vid.me/Le6oi

ezgif com-video-to-gif

Scroll animation, and vertical pan is smooth, but the animation going INTO and OUT of the lightbox is super choppy.

Any ideas?

Frexuz avatar Sep 12 '17 03:09 Frexuz

I am also experiencing choppy and glitchy animation.

rtman avatar Sep 20 '17 00:09 rtman

facing same problem

salhotra avatar Sep 23 '17 06:09 salhotra

Same

tuvshinbatgeru avatar Oct 18 '17 09:10 tuvshinbatgeru

Same

dambiiAyz avatar Oct 18 '17 09:10 dambiiAyz

Any suggestions?

i8wu avatar Nov 08 '17 20:11 i8wu

Same, need help.

TrinityHC avatar Nov 15 '17 05:11 TrinityHC

Has this improved for anyone? This is still massively glitchy.

Jansbury avatar Dec 03 '17 22:12 Jansbury

This is still a problem for me as well

cshen4 avatar Jan 19 '18 13:01 cshen4

6 months later... :(

Frexuz avatar Mar 16 '18 10:03 Frexuz

I'm getting this too

Flecket avatar Jun 04 '18 12:06 Flecket

For me its only laggy when I run my app in the simulator and remote js debugging is on, which is not realy a problem

phantom1299 avatar Jun 06 '18 12:06 phantom1299

I too got this issue

MaheshNandam avatar Jun 07 '18 11:06 MaheshNandam

Trying the below solution, but still image flickering issue while opening and closing image:

                                        ```

<Lightbox swipeToDismiss={true} backgroundColor='rgba(33,33,33,0.85)' springConfig={{ // friction: 7,//Controls "bounciness"/overshoot. Default 7. // tension: 10, //Controls speed. Default 40. speed: 12 ,//Controls speed of the animation.Default 12. bounciness: 0.1,//Controls bounciness. Default 8. }}>

                                                

MaheshNandam avatar Jun 07 '18 12:06 MaheshNandam

springConfig={{ overshootClamping: true }} helps for me

andrew-stupchuk avatar Jan 18 '19 12:01 andrew-stupchuk