Skip to content

This is a view manager for bigwheel (it brings in out content)

License

Notifications You must be signed in to change notification settings

njam3/bw-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bw-vm

This is a view manager for bigwheel (it brings in out content)

Example

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 );

About

This is a view manager for bigwheel (it brings in out content)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%