Skip to content
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

Really laggy animation #81

Open
Frexuz opened this issue Sep 12, 2017 · 14 comments
Open

Really laggy animation #81

Frexuz opened this issue Sep 12, 2017 · 14 comments

Comments

@Frexuz
Copy link

Frexuz commented Sep 12, 2017

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?

@rtman
Copy link

rtman commented Sep 20, 2017

I am also experiencing choppy and glitchy animation.

@salhotra
Copy link

facing same problem

@tuvshinbatgeru
Copy link

Same

1 similar comment
@dambiiAyz
Copy link

Same

@i8wu
Copy link

i8wu commented Nov 8, 2017

Any suggestions?

@TrinityHC
Copy link

Same, need help.

@Jansbury
Copy link

Jansbury commented Dec 3, 2017

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

@cshen4
Copy link

cshen4 commented Jan 19, 2018

This is still a problem for me as well

@Frexuz
Copy link
Author

Frexuz commented Mar 16, 2018

6 months later... :(

@Flecket
Copy link

Flecket commented Jun 4, 2018

I'm getting this too

@phantom1299
Copy link

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

@MaheshNandam
Copy link

I too got this issue

@MaheshNandam
Copy link

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.
}}>

                                                

@andrew-stupchuk
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests