Skip to content

Commit

Permalink
📝 adding video to readme, bumping 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rastapasta committed Oct 31, 2019
1 parent 57ee401 commit 30868e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![npm version](https://badge.fury.io/js/react-native-animated-math.svg)](https://badge.fury.io/js/react-native-animated-math)
![license](https://img.shields.io/github/license/rastapasta/react-native-animated-math.svg)

<center><img width="50%" src="docs/example.gif"/></center>

An Animated API math extension - implementing sine, cosine, tangent and others as AnimatedNodes.

All calculations are implemented based on chained
Expand Down
Binary file added docs/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-animated-math",
"version": "0.3.0",
"version": "0.3.1",
"description": "Animated API math extension - implements sine, cosine, tangent as AnimatedNodes",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 30868e1

Please sign in to comment.