Morgan Cheng![]()
This module creates a flippable book effect module. User can swipe left or right to flip among pages, just like FlipBoard. It supports both mouse and touch device.
<div id="flippable" class="yui3-flipview-loading">
<div class="page">Hello world?! All work without play makes Jack doll! 1/3</div>
<div class="page">He who is abandoned will be abandoner 2/3</div>
<div class="page">The king is dead. Long live the king. 3/3</div>
</div>
<script src="http://yui.yahooapis.com/3.5.0pr2/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2012.02.01-21-35'
}).use('gallery-flipview', function(Y) {
var flip = new Y.FlipView({srcNode: '#flippable'});
});
© 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