Skip to content

Commit e777ef6

Browse files
committed
update components on README (#265)
* chore(README): update components name skip:
1 parent 44bf77a commit e777ef6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README-ko.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ egjs는 jQuery기반의 UI 인터렉션, 이펙트, 유틸리티로 구성된
2424
* **persist** : 히스토리 네비게이션시 데이터를 저장/복원할 수 있는 캐시 인터페이스
2525
* **css** : jQuery버전에서 자동으로 vendor prefix를 지원하지 않는 경우 prefix없이 사용하게 하는 확장기능
2626
* **animate** : jQuery animate 확장해 transform 및 3d 가속 지원
27+
* **pause/resume** : jQuery animate, delay 를 일시정지, 재개하는 기능 지원
2728

2829
#### events
2930
* **rotate** : 디바이스의 회전을 감지하는 이벤트

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* **persist** : Provide cache interface to handle persisted data among history navigation.
2525
* **css** : Help to use css properties without browser's vendor prefix.
2626
* **animate** : Support transform and 3d acceleration extending jQuery's animate.
27+
* **pause/resume** : Pause and resume jQuery's animate and delay.
2728

2829
#### Events
2930
* **rotate** : Trigger event detecting device orientation.

0 commit comments

Comments
 (0)