Skip to content

Commit

Permalink
docs(README) : add travis logo and url
Browse files Browse the repository at this point in the history
ref e-187
  • Loading branch information
sculove committed Dec 9, 2015
1 parent 7944cc6 commit 350b1d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README-ko.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## egjs

[![Build Status](https://travis-ci.org/egjs/egjs.svg?branch=master)](https://travis-ci.org/egjs/egjs)
egjs는 jQuery기반의 UI 인터랙션, 이펙트, 유틸리티로 구성된 통합 라이브러리로써 다양한 환경을 지원하는 빠른 웹어플리케이션을 쉽게 개발할 수 있도록 도와줍니다.

> - **데모**: http://codepen.io/egjs/
Expand All @@ -20,7 +20,7 @@ egjs는 jQuery기반의 UI 인터랙션, 이펙트, 유틸리티로 구성된

### jQuery Extensions
#### methods
* **persit** : 데이터를 저장하고 persist이벤트에서 저장한 데이트를 사용할 수 있게 하는 메서드
* **persist** : 데이터를 저장하고 persist이벤트에서 저장한 데이트를 사용할 수 있게 하는 메서드
* **css** : jQuery버전에서 자동으로 vendor prefix을 지원하지 않는 경우 prefix없이 사용하게 하는 확장기능
* **animate** : jQuery animate 확장해 transform 및 3d 가속 지원

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# egjs
[![Build Status](https://travis-ci.org/egjs/egjs.svg?branch=master)](https://travis-ci.org/egjs/egjs)

'egjs' is a set of UI interactions, effects and utilities components library using jQuery, which brings easiest and fastest way to build web application in your way.

Expand All @@ -20,7 +21,7 @@

### jQuery Extensions
#### Methods
* **persit** : Provide cache interface to handle persisted data among history navigation.
* **persist** : Provide cache interface to handle persisted data among history navigation.
* **css** : Help to use css properties without browser's vendor prefix.
* **animate** : Support transform and 3d acceleration extending jQuery's animate.

Expand Down

0 comments on commit 350b1d1

Please sign in to comment.