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.8.1.pom download
core-0.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kaichunlin.transition</groupId>
  <artifactId>core</artifactId>
  <version>0.8.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.kaichunlin.transition:core:0.8.1'
Gradle Kotlin
implementation("com.github.kaichunlin.transition:core:0.8.1")
Scala SBT
libraryDependencies += "com.github.kaichunlin.transition" % "core" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kaichunlin.transition', module='core', version='0.8.1')
)
Apache Ivy
<dependency org="com.github.kaichunlin.transition" name="core" rev="0.8.1" />
Leiningen
[com.github.kaichunlin.transition/core "0.8.1"]
Apache Buildr
'com.github.kaichunlin.transition:core:jar:0.8.1'