Skip to content

Commit 5fa9bcd

Browse files
author
Rahul Malik
committed
updated Readme
1 parent c229622 commit 5fa9bcd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ CVS
1515
*(Autosaved).rtfd/
1616
Backup[ ]of[ ]*.pages/
1717
Backup[ ]of[ ]*.key/
18-
Backup[ ]of[ ]*.numbers/
18+
Backup[ ]of[ ]*.numbers/
19+
*.log

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ JsObject
33

44
[![Build Status](https://travis-ci.org/rahulsend89/jsObject.svg?branch=master)](https://travis-ci.org/rahulsend89/jsObject)
55
[![codecov.io](https://codecov.io/github/rahulsend89/jsObject/coverage.svg?branch=master)](https://codecov.io/github/rahulsend89/jsObject?branch=master)
6+
[![Dependency Status](https://david-dm.org/rahulsend89/jsObject.svg)](https://david-dm.org/rahulsend89/jsObject)
7+
[![devDependency Status](https://david-dm.org/rahulsend89/jsObject/dev-status.svg)](https://david-dm.org/rahulsend89/jsObject#info=devDependencies)
8+
[![Codacy Badge](https://api.codacy.com/project/badge/grade/95e0be54b477475c8369689e474618a7)](https://www.codacy.com/app/rahul-send89/jsObject)
9+
[![npm](https://img.shields.io/npm/l/jsobject.svg)]()
10+
[![bitHound Overall Score](https://www.bithound.io/github/rahulsend89/jsObject/badges/score.svg)](https://www.bithound.io/github/rahulsend89/jsObject)
11+
[![bitHound Code](https://www.bithound.io/github/rahulsend89/jsObject/badges/code.svg)](https://www.bithound.io/github/rahulsend89/jsObject)
12+
613
A powerful little Javascript object based library to handle simple as well as smooth animations. Linear animations, ease-in-out Cubic, ease-in-out Sine, ease-in-out-Quad, ease-in-out-Circle, ease-in-out-Elastic, ease-in-out-Bounce and lot more.
714

815
## Make your own magic
@@ -17,4 +24,4 @@ To start using jsObjectAnimation-min, you will need only the following 2.139kb o
1724

1825

1926
###License
20-
Releasing under the <b>MIT License</b>.
27+
Releasing under the <b>MIT License</b>.

0 commit comments

Comments
 (0)