Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Actions for android animations. Inspired by libgdx scene2d actions.
The main goal of this project is making creating of complex animations easier.
You may create animations like in demo with just a couple lines of code.

##Actions
## Actions
`sequence` - executes actions sequentially <br/>
`delay` - inserts pause into sequence <br/>
`run` - will run target runnable, useful in sequences <br/>
Expand All @@ -26,7 +26,7 @@ You may create animations like in demo with just a couple lines of code.

`play` - plays specified action on specified view<br/>

##Interpolations
## Interpolations
Library contains class `Interpolations` with different predefined interpolations which may be useful for animations.

## Demo
Expand Down