调用示例:// simple fan $( '#nav-fan' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 90, direction : 'right', origin : { x : 25, y : 100 }, center : true } ); } ); $( '#nav-fan2' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 90, direction : 'left', // note that the x origin changes (symmetric) origin : { x : 75, y : 100 }, center : true } ); } ); // more realistic fan: without common origin (means the origin changes / increments by card ) $( '#nav-fan3' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 90, direction : 'right', origin : { minX : 20, maxX : 80, y : 100 }, center : true, translation : 60 } ); } ); $( '#nav-fan4' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 90, direction : 'left', origin : { minX : 20, maxX : 80, y : 100 }, center : true, translation : 60 } ); } ); // playing with different origins and ranges $( '#nav-fan5' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 100, direction : 'right', origin : { x : 50, y : 200 }, center : true } ); } ); $( '#nav-fan6' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 80, direction : 'left', origin : { x : 200, y : 50 }, center : true } ); } ); // center false, playing with translation $( '#nav-fan7' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 20, direction : 'right', origin : { x : 50, y : 200 }, center : false, translation : 300 } ); } ); $( '#nav-fan8' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 20, direction : 'left', origin : { x : 50, y : 200 }, center : false, translation : 300 } ); } ); // using scatter : true $( '#nav-fan9' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 20, direction : 'right', origin : { x : 50, y : 200 }, center : false, translation : 300, scatter : true } ); } ); $( '#nav-fan10' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 20, direction : 'left', origin : { x : 50, y : 200 }, center : false, translation : 300, scatter : true } ); } ); $( '#nav-fanOther1' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 130, direction : 'left', origin : { x : 25, y : 100 }, center : false } ); } ); $( '#nav-fanOther2' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 360, direction : 'left', origin : { x : 50, y : 90 }, center : false } ); } ); $( '#nav-fanOther3' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 330, direction : 'left', origin : { x : 50, y : 100 }, center : true } ); } ); $( '#nav-fanOther4' ).on( 'click', function( event ) { baraja.fan( { speed : 500, easing : 'ease-out', range : 90, direction : 'right', origin : { minX : 20, maxX : 80, y : 100 }, center : true, translation : 60, scatter : true } ); } );选项:$.Baraja.defaults = { // if we want to specify a selector that triggers the next() function. example: '#baraja-nav-next' nextEl : '', // if we want to specify a selector that triggers the previous() function prevEl : '', // default transition speed speed : 300, // default transition easing easing : 'ease-in-out'};
文件目录······
暂无数据
猜你喜欢
更多»
项目推荐
更多»
PDF电子书
更多»
Java多线程编程核心技术
(2)
Linux命令详解词典.pdf
(5)
深入Python3中文版
(0)
百度SEO一本通.pdf
(0)
mysql必知必会.pdf
(2)
疯狂JAVA讲义 pdf电子书
(3)
C# 图解教程pdf电子书
(3)
研磨设计模式 pdf电子书
(0)