a

animation-core

Animation engine and animation primitives that are the building blocks of the Compose animation library
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
Files download
File Operation
animation-core-1.4.1.jar download
animation-core-1.4.1.pom download
animation-core-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.animation</groupId>
  <artifactId>animation-core</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.animation:animation-core:1.4.1'
Gradle Kotlin
implementation("org.jetbrains.compose.animation:animation-core:1.4.1")
Scala SBT
libraryDependencies += "org.jetbrains.compose.animation" % "animation-core" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.animation', module='animation-core', version='1.4.1')
)
Apache Ivy
<dependency org="org.jetbrains.compose.animation" name="animation-core" rev="1.4.1" />
Leiningen
[org.jetbrains.compose.animation/animation-core "1.4.1"]
Apache Buildr
'org.jetbrains.compose.animation:animation-core:jar:1.4.1'