Skip to content

Commit

Permalink
docs: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Feb 23, 2022
1 parent 7abdaa2 commit c5e9384
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
## ✨ Features
- You can use Native Scroll-like behavior through Drag.
- By adding easing features such as bounce, elasticity, and back, you can create smooth scrolling animations like Native Scroll.
- Supports Reactive Properties that can detect changes, such as isReachStart, isReachEnd.
- Supports Reactive Properties that can change state through properties that automatically detect changes instead of events.
- You can use custom scroll events like onBeginScroll, onFinishScroll, onReachStart, onLeaveStart,

## ⚙️ Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-conveyer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## ✨ Features
- You can use Native Scroll-like behavior through Drag.
- By adding easing features such as bounce, elasticity, and back, you can create smooth scrolling animations like Native Scroll.
- Supports Reactive Properties that can detect changes, such as isReachStart, isReachEnd.
- Supports Reactive Properties that can change state through properties that automatically detect changes instead of events.
- You can use custom scroll events like onBeginScroll, onFinishScroll, onReachStart, onLeaveStart,

## ⚙️ Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-conveyer/projects/ngx-conveyer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## ✨ Features
- You can use Native Scroll-like behavior through Drag.
- By adding easing features such as bounce, elasticity, and back, you can create smooth scrolling animations like Native Scroll.
- Supports Reactive Properties that can detect changes, such as isReachStart, isReachEnd.
- Supports Reactive Properties that can change state through properties that automatically detect changes instead of events.
- You can use custom scroll events like onBeginScroll, onFinishScroll, onReachStart, onLeaveStart,

## ⚙️ Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/react-conveyer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## ✨ Features
- You can use Native Scroll-like behavior through Drag.
- By adding easing features such as bounce, elasticity, and back, you can create smooth scrolling animations like Native Scroll.
- Supports Reactive Properties that can detect changes, such as isReachStart, isReachEnd.
- Supports Reactive Properties that can change state through properties that automatically detect changes instead of events.
- You can use custom scroll events like onBeginScroll, onFinishScroll, onReachStart, onLeaveStart,

## ⚙️ Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-conveyer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## ✨ Features
- You can use Native Scroll-like behavior through Drag.
- By adding easing features such as bounce, elasticity, and back, you can create smooth scrolling animations like Native Scroll.
- Supports Reactive Properties that can detect changes, such as isReachStart, isReachEnd.
- Supports Reactive Properties that can change state through properties that automatically detect changes instead of events.
- You can use custom scroll events like onBeginScroll, onFinishScroll, onReachStart, onLeaveStart,

## ⚙️ Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-conveyer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
## ✨ Features
- You can use Native Scroll-like behavior through Drag.
- By adding easing features such as bounce, elasticity, and back, you can create smooth scrolling animations like Native Scroll.
- Supports Reactive Properties that can detect changes, such as isReachStart, isReachEnd.
- Supports Reactive Properties that can change state through properties that automatically detect changes instead of events.
- You can use custom scroll events like onBeginScroll, onFinishScroll, onReachStart, onLeaveStart,

## ⚙️ Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2-conveyer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
## ✨ Features
- You can use Native Scroll-like behavior through Drag.
- By adding easing features such as bounce, elasticity, and back, you can create smooth scrolling animations like Native Scroll.
- Supports Reactive Properties that can detect changes, such as isReachStart, isReachEnd.
- Supports Reactive Properties that can change state through properties that automatically detect changes instead of events.
- You can use custom scroll events like onBeginScroll, onFinishScroll, onReachStart, onLeaveStart,

## ⚙️ Installation
Expand Down

0 comments on commit c5e9384

Please sign in to comment.