-
Notifications
You must be signed in to change notification settings - Fork 313
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
How to change the frequency of the waves ? #13
Comments
Hi, Lower the frequency of the waves? You can try to use attributes 'wlv_waveAmplitude' in .xml or 'mWaveLoadingView.setAmplitudeRatio()' in .java Hope this will achieve the effect you want.:D |
I was thinking about one wave every ten seconds, i already tried to use waveAmplitude and it was nearly enough, but i want to try something else. I'm wondering if it's possible to do this :
|
Oh, I see what you mean, but this demand sounds a bit strange. Now I'm trying to fix an urgent bug, if time permits, I will try to try to achieve the effect you want. Thank you for your support. |
Ok, don't spend too much time on it, your work is good as it is now. Good luck with your bug ! |
It's not exactly the same request, but it would also be cool to adjust the animation duration of the wave. As far as I saw in your code it is fixed to 1 sec (1000msec). If you could add a simple parameter to adjust this value as well that would be great. Anyways thanks for the work and great job. 👍 |
Thx a lot, It's gonna be really useful ! |
This widget is truly beautiful, but i need to lower the frequency of the waves, because there are many things shown on my screen and I need to have a focus somewhere else.
Is there a way to do it easily ? If not, where can I try to do it ?
Thanks for your work :-D
The text was updated successfully, but these errors were encountered: