# ScrollHideView **Repository Path**: chenqizhi/ScrollHideView ## Basic Information - **Project Name**: ScrollHideView - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-23 - **Last Updated**: 2023-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 参考 https://github.com/shamanland/floating-action-button #截图 ![image](https://raw.githubusercontent.com/Blankeer/ScrollHideView/master/image.gif) # 使用 ``` Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url "https://jitpack.io" } } } Step 2. Add the dependency dependencies { compile 'com.github.Blankeer:ScrollHideView:V0.1' } ``` ``` ``` animIn:进入动画 animOut:离开动画 targetView:目标View,也就是观察源,监听这个控件的滑动状态,可任意View