Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sys1yagi/expand-animator

This is a Android library project for realizing opening-and-closing animation.
https://github.com/sys1yagi/expand-animator

Last synced: 14 days ago
JSON representation

This is a Android library project for realizing opening-and-closing animation.

Awesome Lists containing this project

README

        

expand animator
=============

![](https://raw.githubusercontent.com/sys1yagi/expand-animator/master/art/demo.gif)

## How to use

TODO

### Installation

This library is distributed by [JitPack](https://jitpack.io/). Add dependencies your build.gradle

```
compile 'com.github.sys1yagi:expand-animator:0.2.0'
```

## Development

__Show version__

```
$ ./gradlew version
```

__Bump version__

```
$ ./gradlew bumpMajor
$ ./gradlew bumpMinor
$ ./gradlew bumpPatch
```

__Generate README__

```
$ ./gradlew genReadMe
```