We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8eb016 + 3257c5c commit f8bbdc6Copy full SHA for f8bbdc6
README.md
@@ -1,6 +1,6 @@
1
## 带流星的星空动图
2
### 效果
3
-
+
4
* 星星分远,近之分,移动速度不一样
5
* 流星划过的效果
6
>没有强制背景,这个可以让设计提供,使用场景灵活
@@ -19,7 +19,7 @@ allprojects {
19
### 2. 增加依赖/Add the dependency
20
```
21
dependencies {
22
- compile 'com.github.jianwuch:StarSky:v1.0.1'
+ implementation 'com.github.jianwuch:StarSky:v1.0.2'
23
}
24
25
@@ -41,5 +41,5 @@ dependencies {
41
---|---
42
one_cycle_time_ms | 远点星星循环一趟的时间
43
star_nums | 星星的数量,分为远点星星和近点星星,都是您设置的数量
44
-meteor_head_size | 流星头部火球的大小,不要太大,建议2/4
+meteor_head_size | 流星头部火球的大小,不要太大,建议2或4
45
0 commit comments