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.7.0.jar download
animation-core-1.7.0.pom download
animation-core-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.animation</groupId>
  <artifactId>animation-core</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.animation:animation-core:1.7.0'
Gradle Kotlin
implementation("org.jetbrains.compose.animation:animation-core:1.7.0")
Scala SBT
libraryDependencies += "org.jetbrains.compose.animation" % "animation-core" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.animation', module='animation-core', version='1.7.0')
)
Apache Ivy
<dependency org="org.jetbrains.compose.animation" name="animation-core" rev="1.7.0" />
Leiningen
[org.jetbrains.compose.animation/animation-core "1.7.0"]
Apache Buildr
'org.jetbrains.compose.animation:animation-core:jar:1.7.0'