function loadApp() {
// Create the flipbook
$('.flipbook').turn({ // Width
width:922,
// Height
height:600,
// Elevation
elevation: 50,
// Enable gradients
gradients: true,
// Auto center this flipbook
autoCenter: true
}); }
// Load the HTML4 version if there's not CSS transform
yepnope({ test : Modernizr.csstransforms, yep: ['//naturejapan.co.jp/admin/wp-content/themes/template/js/lib/turn.js'], nope: ['//naturejapan.co.jp/admin/wp-content/themes/template/js/lib/turn.html4.min.js'], both: ['//naturejapan.co.jp/admin/wp-content/themes/template/css/basic.css'], complete: loadApp });