peek-carousel 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/assets/share_image.png +0 -0
- package/dist/favicon-16x16.png +0 -0
- package/dist/favicon-32x32.png +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/motivation0.png +0 -0
- package/dist/peek-carousel.esm.js +598 -1054
- package/dist/peek-carousel.esm.js.map +1 -1
- package/dist/peek-carousel.js +5 -1369
- package/dist/peek-carousel.js.map +1 -1
- package/examples/example-built.html +1 -1
- package/examples/example.scss +979 -0
- package/package.json +21 -25
- package/src/modules/Animator.js +96 -11
- package/src/modules/EventHandler.js +19 -5
- package/dist/peek-carousel.esm.min.js +0 -8
- package/dist/peek-carousel.esm.min.js.map +0 -1
- package/dist/peek-carousel.min.js +0 -8
- package/dist/peek-carousel.min.js.map +0 -1
- package/examples/example.css +0 -2216
- package/examples/example.js +0 -404
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/peek-carousel)
|
|
5
5
|
[](https://bundlephobia.com/package/peek-carousel)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
[](https://deepwiki.com/lledellebell/peek-carousel)
|
|
7
8
|
|
|
8
9
|
[](https://github.com/lledellebell/peek-carousel/stargazers)
|
|
9
10
|
[](https://github.com/lledellebell/peek-carousel/network/members)
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
[](https://sass-lang.com/)
|
|
16
17
|
[](https://github.com/lledellebell/peek-carousel/packages)
|
|
17
18
|
|
|
18
|
-
iPhone 17 Pro 제품 소개 페이지의 스와이프
|
|
19
|
+
[iPhone 17 Pro 제품 소개 페이지의 스와이프 인터랙션](https://www.apple.com/kr/iphone-17-pro/?afid=p240%7Cgo~cmp-22996585116~adg-182068496061~ad-773268159994_kwd-823434182572~dev-c~ext-~prd-~mca-~nt-search&cid=wwa-kr-kwgo-iphone-noncore_iphone17pro-iphone17pro-iphone17pro_hero_avail_091925-2025-iPhone17Pro-g-iPhone17Pro-iphone+17+pro)에서 영감을 받은 모듈형 캐러셀 라이브러리. 현재 활성 아이템 양옆으로 다음/이전 아이템이 살짝 보이는 'Peek 효과'를 제공하여 직관적인 내비게이션을 지원합니다. 세 가지 레이아웃 모드(Stack/Card, Radial Rotation, Classic Slide)를 지원하며, 부드러운 전환 효과, 터치/드래그 지원, 완전한 접근성을 제공합니다.
|
|
19
20
|
|
|
20
21
|

|
|
21
22
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/favicon.ico
ADDED
|
Binary file
|
|
Binary file
|