Skip to content

fnobi/ZoomingFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZoomingFrame

Scroll motion manager.

install

bower install ZoomingFrame

usage

// init
var zoomingFrame = new ZoomingFrame({
    $root: $('.wrapper'),      // root element
    max: 10000,                // scroll end value
    $touchMat: $('.touch-mat') // element for sp touch event
});

// add figure
zoomingFrame.addFigure($('.sample-figure'), [{
    scroll: 0,
    scale: 1
}, {
    scroll: 2000,
    scale: 2
}], { after: 'fit' });

About

Scroll motion manager.

Resources

Stars

Watchers

Forks

Packages

No packages published