Skip to content

MLSDev/AnimationsPack

Repository files navigation

Build Status

AnimationsPack

Another implementation of animations inspired by animate.css and AndroidAnimations

Download

Setup

To use this library your minSdkVersion must be >= 16.

In your top level build.gradle:

allprojects {
    repositories {
        //other repositories
        maven {
            url  "https://dl.bintray.com/slavafir/AnimationsPack/"
        }
    }
}

In your project's build.gradle:

dependencies {
    implementation 'com.mlsdev.androidanimations.library:AnimationsPack:1.0.7'
}

Example

val animationParams = AnimationParams(
            repeatTimes = 0,
            duration = 1000L
)
//animationName is one of AnimationUtils.animationNames
val animation  = AnimationUtils.getAnimation(animationName, targetView, animationParams)
animation.start()

Authors

License

AnimationsPack is released under the MIT license. See LICENSE for details.

About MLSDev

MLSDev.com

AnimationsPack is maintained by MLSDev, Inc. We specialize in providing all-in-one solution in mobile and web development. Our team follows Lean principles and works according to agile methodologies to deliver the best results reducing the budget for development and its timeline.

Find out more here and don't hesitate to contact us!

About

Another implementation of animate.css on Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published