Skip to content

Commit

Permalink
Add Travis CI build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
skoric committed Mar 8, 2019
1 parent eb4f22b commit 70c188a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<img src="/art/van-gogh-logo-light.png" width="360px"/>
<img src="/art/van-gogh-logo-light.png" width="280px"/>

<!--[![Build Status](https://travis-ci.org/PSPDFKit-labs/VanGogh.svg?branch=master)](https://travis-ci.org/PSPDFKit-labs/VanGogh)-->
[![Build Status](https://travis-ci.org/PSPDFKit-labs/VanGogh.svg?branch=master)](https://travis-ci.org/PSPDFKit-labs/VanGogh)

*Great things are done by a series of small things brought together. RxJava meets Animations.*

## Introduction

VanGogh is a lightweight library that takes Android view animation logic and binds it with RxJava2, providing a simple and powerful API for manipulating animations workflow. ([Also see the announcement blog post](https://pspdfkit.com/blog/2017/reactive-animations-on-android-with-van-gogh/))

It also provides various pre-made commonly used animations such as fading, rotating, moving, etc. with new ones constantly being added. Another thing that you get are the base animation wrappers so you can create your own complex animations with custom actions.
It also provides various pre-made commonly used animations such as fading, rotating, moving, etc. Another thing that you get are the base animation wrappers so you can create your own complex animations with custom actions.

For documentation on how to use the library, [please check the VanGogh wiki page](https://github.com/PSPDFKit-labs/VanGogh/wiki).

Expand Down

0 comments on commit 70c188a

Please sign in to comment.