Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 424 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 424 Bytes

merry-go-round

介绍

Android 走马灯效果、评论气泡动效、弹幕动效、高仿抖音快手评论气泡效果

本文分别使用了两种方式实现 1、ObjectAnimator (推荐) 2、LayoutTransition(不适合用在Viewpage2中,会影响滚动效果) 可以根据自己项目需要选择

直接上效果图吧

方式1: gif1.gif

方式2: gif2.gif