Android SmartTabLayout worm蠕虫蠕动/普通平整动画切换动画属性
Android SmartTabLayout在github上的开源项目主页:https://github.com/ogaclejapan/SmartTabLayout
默认的SmartTabLayout Tab切换动画是一种带有worm蠕虫蠕动的平滑切换动画效果,这是默认的SmartTabLayout动画切换效果,具体定义的xml代码是:
app:stl_indicatorInterpolation="smart"
如果把该属性定义为线性linear:
app:stl_indicatorInterpolation="linear"
那么SmartTabLayout的Tab切换将蜕化成一般的普通线性平整切换动画,而失去蠕虫蠕动动画效果。