在 Jetpack 过渡库之上添加的额外过渡集
Set of extra Transitions on top of AndroidX Transitions Library.
Article about transitions and library
Originally this library was a full backport of Android Platform's Transitions API.
Then all the bug fixes from the library were ported into AndroidX Transitions (previously Support library).
Now this lib has minSdk version 14 (Android 4.0 ICS) and consist of some transitions which are not a part of the official set:
This version should be used if you are specifying 29 (Q) as a targetSdkVersion:
dependencies {
implementation "com.andkulikov:transitionseverywhere:2.1.0"
}
Otherwise, if you specify 29 as targetSdkVersion some of the transitions will not work properly. Instead of the reflection calls this version uses the new public methods added in API Level 29. It is based on androidx.transition:transition:1.2.0.
Previous version if you are not yet on 29 (Q) SDK:
dependencies {
implementation "com.andkulikov:transitionseverywhere:2.0.0"
}
This version is based on androidx.transition:transition:1.1.0.
Article about transitions and library
Russian version
Chinese: version 1, version 2
暂无开放 Issues,或尚未同步最近议题。