Skip to content
This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Commit f6ee3bf

Browse files
authoredMar 8, 2018
Merge pull request #81 from recruit-lifestyle/develop
Ver 2.3.1
2 parents 3a59881 + 39c5ac3 commit f6ee3bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Min Sdk Version : 14
2525
}
2626

2727
dependencies {
28-
compile 'com.github.recruit-lifestyle:FloatingView:2.3.0'
28+
compile 'com.github.recruit-lifestyle:FloatingView:2.3.1'
2929
}
3030
```
3131

‎library/src/main/java/jp/co/recruit_lifestyle/android/floatingview/FloatingView.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ static class FloatingAnimationHandler extends Handler {
13701370
/**
13711371
* アニメーションをリフレッシュするミリ秒
13721372
*/
1373-
private static final long ANIMATION_REFRESH_TIME_MILLIS = 17L;
1373+
private static final long ANIMATION_REFRESH_TIME_MILLIS = 10L;
13741374

13751375
/**
13761376
* FloatingViewの吸着の着脱時間

‎library/src/main/java/jp/co/recruit_lifestyle/android/floatingview/TrashView.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ static class AnimationHandler extends Handler {
600600
/**
601601
* アニメーションをリフレッシュするミリ秒
602602
*/
603-
private static final long ANIMATION_REFRESH_TIME_MILLIS = 17L;
603+
private static final long ANIMATION_REFRESH_TIME_MILLIS = 10L;
604604

605605
/**
606606
* 背景のアニメーション時間

0 commit comments

Comments
 (0)
This repository has been archived.