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

bw-vm

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bw-vm - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

index.js

@@ -144,3 +144,3 @@ // overlap

}
};
}.bind(this);

@@ -147,0 +147,0 @@ // call a callback that we're starting to animateout content

{
"name": "bw-vm",
"version": "1.2.0",
"version": "1.2.1",
"description": "This is a view manager for bigwheel (it brings in out content)",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,1 +5,17 @@ bw-vm

This is a view manager for bigwheel (it brings in out content)
### Example
```javascript
var viewmanager = require( 'bw-vm' )();
var section = require( './yourSection' ); // your section might have init, aniIn, aniOut, destroy, resize
var someDataYouMightWantToPass = {
imgUrl: './someImage.jpg'
};
var ifYouWantToKnowWhenTheSectionIsIn = function() {};
viewmanager.show( section, someDataYouMightWantToPass, ifYouWantToKnowWhenTheSectionIsIn );
```
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