Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-transition-on-scroll

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-transition-on-scroll - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc