Zordius![]()
<script src="http://yui.yahooapis.com/3.8.1/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2013.02.07-15-27'
}).use('gallery-zui-scrollsnapper', function(Y) {
// Make the scrollView snap to child li element
var scroll = new Y.ScrollView(...).plug(Y.zui.ScrollSnapper);
// Or, snap to div
anotherScroll = Y.ScrollView(...).plug(Y.zui.ScrollSnapper, {selector: '> div'});
// Same interface with ScrollViewPaginator
scrollview.pages.set("index", 3);
scrollview.pages.scrollTo(3, 0.6, "ease-in");
scrollview.pages.next();
scrollview.pages.get("total");
});
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info