-
Notifications
You must be signed in to change notification settings - Fork 373
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
animation slider gets slow on every slide at end before it sets the screen #155
Comments
This happens to me as well. Thanks in advance. |
Manage your thread! Make sure your loading data or any processing takes
time should be done in background asynchronous.. try to find your frames
getting skipped and manage those frames problem solved!
…On 15 Jan 2018 3:35 am, "frameworktechnology" ***@***.***> wrote:
This happens to me as well.
When I slide the image, transition is very very slow. I am trying it on
Android.
How can i control this speed?
Thanks in advance.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#155 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUPG_ZS9neX5IQDa6KaMzdbYqi5SAfV_ks5tKnoZgaJpZM4OHiIj>
.
|
@Bipin206 Thanks for your suggestion. I tried to add android:hardwareAccelerated="true" to my manifest it is awesomely smooth now. |
If the chrome debugger is open, close it . Then it would work fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i am using this library and its working fine but the only problem is its gets slow on every slide at the end before the data holds the screen its the slower.
The text was updated successfully, but these errors were encountered: