c

core

Allows the easy creation of animated transition effects when the state of Android UI has changed
https://github.com/kaichunlin/android-transition
The Apache Software License, Version 2.0
Kai-Chun Lin
Files download
File Operation
core-0.9.5.pom download
core-0.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kaichunlin.transition</groupId>
  <artifactId>core</artifactId>
  <version>0.9.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.kaichunlin.transition:core:0.9.5'
Gradle Kotlin
implementation("com.github.kaichunlin.transition:core:0.9.5")
Scala SBT
libraryDependencies += "com.github.kaichunlin.transition" % "core" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kaichunlin.transition', module='core', version='0.9.5')
)
Apache Ivy
<dependency org="com.github.kaichunlin.transition" name="core" rev="0.9.5" />
Leiningen
[com.github.kaichunlin.transition/core "0.9.5"]
Apache Buildr
'com.github.kaichunlin.transition:core:jar:0.9.5'