Skip to content

Declarative Kotlin DSL for choreographing Android transitions

License

Notifications You must be signed in to change notification settings

axzae/transition-x

 
 

Repository files navigation

Transition X

build github tag maven central

This is an AndroidX implementation of arunkumar9t2's transition-x.

By using this version, you can:

  • use MavenCentral
  • safety turn off Jetifier in your project.

Usage

Gradle

# gradle.properties

android.useAndroidX=true
android.enableJetifier=false
// build.gradle.kts (app module)

dependencies {
    implementation("com.axzae:transition-x:1.2.0")
}

See Also

About

Declarative Kotlin DSL for choreographing Android transitions

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Kotlin 100.0%