vue-transition-on-scroll
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-transition-on-scroll", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "It is Vue.js plugin. When you scroll, you can give the transition effect to the internal objects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,4 +6,10 @@ # Transition On Scroll | ||
### Example | ||
## Install | ||
``` | ||
npm install vue-transition-on-scroll | ||
yarn add vue-transition-on-scroll | ||
``` | ||
## Example | ||
```html | ||
@@ -65,3 +71,3 @@ <template> | ||
#### Props | ||
## Props | ||
@@ -72,3 +78,3 @@ | Property | Description | Type | Accepted Values | Default | | ||
| wrapper | wrapper is scrollable box what box wrapped targets | String | only id | window | | ||
| distance | distance of trasition | String | long/normal/short | 50% | | ||
| repeat | whether repeat transiton effect | String | long/normal/short | 50% | | ||
| distance | distance of trasition | String | long/normal/short | normal | | ||
| repeat | whether repeat transiton effect | Boolean | - | false | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9041
78