You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
I wanted to use this library in my app, but I have an issue.
The issue is that I need to render sometimes more than 200-300 items and then the coverflow starts to lag.
Is there a way I could somehow only render, let's say, the 3 items I need (the current one, the left one, the right one) and then gradually start rendering others as the user swipes? This way I could avoid loading all of the items and having all the animations working on the same time, making it run smoothly.
Any tips? :)
The text was updated successfully, but these errors were encountered:
I wanted to use this library in my app, but I have an issue.
The issue is that I need to render sometimes more than 200-300 items and then the coverflow starts to lag.
Is there a way I could somehow only render, let's say, the 3 items I need (the current one, the left one, the right one) and then gradually start rendering others as the user swipes? This way I could avoid loading all of the items and having all the animations working on the same time, making it run smoothly.
Any tips? :)
The text was updated successfully, but these errors were encountered: