更简单的动画 — core-animation 和 SeekableAnimatedVectorDrawable 为了更简单的实现和测试动画,我们添加了两个新类库:androidx.core:core-animation core-animation 移植了 Animator 自 Ice Cream Sandwich 依赖的所有特性,例如 暂停/恢复,拖动。 SeekableAnimatedVectorDrawable 是一个基于 core-animation 的全新的,可拖动的,AnimatedVectorDrawable(AVD) 的替代方案。
△ 软键盘显示信用卡号码自动填充内容 利用 core-animation 和 SeekableAnimatedVectorDrawable 来轻松创建动画 为了更轻松地实现和测试动画,我们增加了两个新的开发库 ,分别是 androidx.core:core-animation 和 androidx.core:core-animation-testing。 core-animation 兼容所有自 Android 4.0 之后的新 Animator API,包括 pause (暂停)、resume (恢复) 和 seek (查找)。 SeekableAnimatedVectorDrawable 基于 core-animation 开发,它是 AnimatedVectorDrawable (AVD) 可替代方案。
Autofill https://developer.android.google.cn/jetpack/androidx/releases/autofill △ 软键盘显示信用卡号码自动填充内容 利用 core-animation 和 SeekableAnimatedVectorDrawable 来轻松创建动画 为了更轻松地实现和测试动画,我们增加了两个新的开发库,分别是 androidx.core:core-animation androidx.core:core-animation 和 androidx.core:core-animation-testing https://developer.android.google.cn androidx.vectordrawable https://developer.android.google.cn/jetpack/androidx/releases/vectordrawable core-animation /developer.android.google.cn/reference/android/animation/Animator SeekableAnimatedVectorDrawable 基于 core-animation
作者挑了两个动画相关的 alpha 版本更新着重说明, Core-Animation 1.0.0-alpha01 和 Vectordrawable-Seekable 1.0.0-alpha01。 Core-Animation 1.0.0-alpha01 应该是把之前的动画 API 搬到 androidx 上了,并添加了一些新特性,就包括 AnimatedVectorDrawable,它具备 seekable