Skip to content

smokelaboratory/jollify

banner

Jollify

License language Platform API

Jollify is an android library which leverages Kotlin DSL to simplify view animations

Features

  • Written in Kotlin DSL
  • Reduces animation boilerplate code
  • Supports all basic animations
  • Supports simultaneous animations
  • Supports sequential animations

Demo

demo

Gradle Dependency

  • Add the JitPack repository to your project's build.gradle file
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
  • Add the dependency in your app's build.gradle file
dependencies {
    implementation 'com.github.smokelaboratory:jollify:1.0.1'
}

Usage

See Wiki on how to get started with Jollify.

Roadmap

  • Text color animation
  • Background color animation
  • Lifecycle awareness

Pull Request

To generate a pull request, please consider following Pull Request Template.

Issues

To submit an issue, please check the Issue Template.

Code of Conduct

Code of Conduct

Contribution

You are most welcome to contribute to this project!

Please have a look at Contributing Guidelines before contributing and proposing a change.

License

   Copyright © 2021 smokelaboratory

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages