-
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 ? #23
Comments
You can use attribute 'wlv_waveAmplitude' to change the frequency of the waves or use attribute 'wlv_progressValue' to change the progress value of the waves. You can also use 'setAmplitudeRatio()' and 'setProgressValue()' |
i readed your code without set the wave objectAnimation Time mothed? |
Sorry, I didn't have time to respond to you yesterday because I was too busy. It does not support it at present. |
can i custom shape with drawable |
The currently supported shapes circular, triangle and rectangle. You can use 'app:wlv_shapeType' in .xml or 'setShapeType' in .java @piratch |
Hi @zhuxiujia I am very very sorry to reply to you so late. I just updated the library to v0.3.5, now it supports to change the frequency of the waves . You just need to call the method 'setAnimDuration()'. I hope you will like it. |
How to change the frequency of the waves ?
The text was updated successfully, but these errors were encountered: