KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
HeaderWaveView
★ 79
Open GitHub ↗
仿百度外卖个人页,头像随波浪漂移
Download README (.md)
Explore Similar Repositories
ngx-lazy-load-images
:
Image lazy load library for Angular 2+
RxAnimationBinding
:
RxJava binding APIs for Android's animations
cn-cbor
:
A constrained node implementation of CBOR in C
DotNetKit.Wpf.AutoCompleteComboBox
:
ComboBox with filtering (auto-complete) for WPF
dsp-api
:
DaSCH Service Platform API
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
HeaderWaveView
?
Download (.md)
# HeaderWaveView 仿百度外卖个人页,头像随波浪漂移效果 ###Screenshot:  ###How to Use: - 1、添加HeaderWaveView到布局文件 - 2、实例化HeaderWaveHelper ``` //behindWaveColor 波浪背后颜色 //frontWaveColor 波浪前面颜色 //view 随波浪浮动的view new HeaderWaveHelper(HeaderWaveView HeaderWaveView, int behindWaveColor, int frontWaveColor, View view) ``` - 3、start && cancel ``` mHeaderWaveHelper.start(); mHeaderWaveHelper.cancel(); ``` - 4、Setter methods ``` //水位高低变化 waterLevelRatio setDefaultWaterLevelRatio(float defaultWaterLevelRatioF,float defaultWaterLevelRatioT) //波浪大小振幅 amplitudeRatio setDefaultAmplitudeRatio(float defaultAmplitudeRatioF,float defaultAmplitudeRatioT) //floatView 旋转调整角 setDefaultFloatViewRotation(float defaultFloatViewRotation) ``` ### Reference 参考[WaveView](https://github.com/gelitenight/WaveView)实现