Skip to content

zhogoshi/animations

Repository files navigation

Animations

A powerful animation library for Java and Kotlin applications, providing smooth and customizable animations with support for various easing functions and keyframe-based animations.

Showcase

showcase.mp4

You can check demo or find all info on wiki page

Installation

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("dev.hogoshi.animations:animations:X.X.X")
    // or kotlin one
    implementation("dev.hogoshi.animations:animations-kotlin:X.X.X")
}

Maven

<dependencies>
    <dependency>
        <groupId>dev.hogoshi.animations</groupId>
        <artifactId>animations</artifactId>
        <version>X.X.X</version>
    </dependency>
    <!-- or kotlin one
    <dependency>
        <groupId>com.github.hogoshi</groupId>
        <artifactId>animations-kotlin</artifactId>
        <version>X.X.X</version>
    </dependency>
    -->
</dependencies>

Note: Replace X.X.X with the desired version tag from the releases page.

Another Note: Versions under 1.0.2 are compatible only with 17+ Java, versions higher supports 8+ Java

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Lightweight Animations Library

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors