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

Commit

Permalink
Merge pull request #81 from recruit-lifestyle/develop
Browse files Browse the repository at this point in the history
Ver 2.3.1
  • Loading branch information
YoshihideSogawa authored Mar 8, 2018
2 parents 3a59881 + 39c5ac3 commit f6ee3bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Min Sdk Version : 14
}

dependencies {
compile 'com.github.recruit-lifestyle:FloatingView:2.3.0'
compile 'com.github.recruit-lifestyle:FloatingView:2.3.1'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ static class FloatingAnimationHandler extends Handler {
/**
* アニメーションをリフレッシュするミリ秒
*/
private static final long ANIMATION_REFRESH_TIME_MILLIS = 17L;
private static final long ANIMATION_REFRESH_TIME_MILLIS = 10L;

/**
* FloatingViewの吸着の着脱時間
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ static class AnimationHandler extends Handler {
/**
* アニメーションをリフレッシュするミリ秒
*/
private static final long ANIMATION_REFRESH_TIME_MILLIS = 17L;
private static final long ANIMATION_REFRESH_TIME_MILLIS = 10L;

/**
* 背景のアニメーション時間
Expand Down

0 comments on commit f6ee3bf

Please sign in to comment.