# LRAnimator **Repository Path**: xianningqis/LRAnimator ## Basic Information - **Project Name**: LRAnimator - **Description**: 属性动画效果 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` ``` dependencies { implementation 'com.gitee.xianningqis:LRAnimator:v1.0.0' } ```