【发布时间】:2019-09-16 17:42:54
【问题描述】:
如果 parentView 动画完成(延迟 >> 持续时间),则不会出现故障。
childView.show(x, y, duration = 600, delay = 450)
parentView.show(x, y, duration = 300, isBackground = true)
如果 parentView 视图动画未完成(延迟
childView.show(x, y, duration = 600, delay = 150)
parentView.show(x, y, duration = 600, isBackground = true)
【问题讨论】:
-
什么是
show? -
圆形显示动画
标签: android animation material-components-android