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.1 to 1.0.2

2

package.json
{
"name": "vue-transition-on-scroll",
"version": "1.0.1",
"version": "1.0.2",
"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",

@@ -22,9 +22,9 @@ # Transition On Scroll

<div id="scroll1">
<trans-on-scroll wrapper=".scroll-transition" repeat>from default(top)</trans-on-scroll>
<trans-on-scroll wrapper="scroll-transition" repeat>from default(top)</trans-on-scroll>
</div>
<div id="scroll2">
<trans-on-scroll wrapper=".scroll-transition" repeat from="right">from right</trans-on-scroll>
<trans-on-scroll wrapper="scroll-transition" repeat from="right">from right</trans-on-scroll>
</div>
<div id="scroll3">
<trans-on-scroll wrapper=".scroll-transition" repeat from="left">from left</trans-on-scroll>
<trans-on-scroll wrapper="scroll-transition" repeat from="left">from left</trans-on-scroll>
</div>

@@ -76,4 +76,4 @@ </div>

| from | transition direction from | String | top/right/left/bottom | top |
| wrapper | wrapper is scrollable box what box wrapped targets | String | only id | window |
| wrapper | it is scrollable box that is wrapping objects | String | only class name | window |
| distance | distance of trasition | String | long/normal/short | normal |
| repeat | whether repeat transiton effect | Boolean | - | false |

Sorry, the diff of this file is not supported yet

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