gelitenight / WaveView

waveview for android
Apache License 2.0
1.59k stars 325 forks source link

你好 问下如何让让波形从右到左运动 #11

Closed Lx91 closed 7 years ago

Lx91 commented 8 years ago

你好 问下如何让让波形从右到左运动

gelitenight commented 8 years ago

水平动画改成ObjectAnimator waveShiftAnim = ObjectAnimator.ofFloat(mWaveView, "waveShiftRatio", 1f, 0f);

Lx91 commented 7 years ago

恩 好的