Web上でのプレゼンテーションを実現するプラグイン「LocalScroll」を紹介します。
LocalScroll
このプラグインを使えば、簡単にWeb上でのプレゼンを実装することができます。
Web上でプレゼンテーションを行えるサービス(slidesなど)がいくつも公開されています。
自サイトのコンテンツとしてプレゼンテーションを作成する場合、これらのサービスを使うのもひとつの手ですが、デザインをサイトに合わせたりといったカスタマイズが簡単にできるので、自作したほうがいいかもしれません。
まー状況次第ですが、ひとつの候補としておすすめです。
デモでアニメ効果で切り替わるプレゼンテーションをお楽しみください。
「LocalScroll」のデモ
デモのソース(HTML + jQuery)
< meta name = "description" content = "jQuery.LocalScrollのデモでーす。" > |
< title >jQuery.LocalScroll - jQueryプラグインまとめのカルマ</ title > |
< link type = "text/css" rel = "stylesheet" href = "css/style.css" /> |
< script src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" ></ script > |
< script src = "js/jquery.scrollTo.min.js" ></ script > |
< script src = "js/jquery.localScroll.js" ></ script > |
$.localScroll.defaults.axis = 'xy'; |
onBefore:function( e, anchor, $target ){}, |
onAfter:function( anchor, settings ){} |
< h1 >jQuery.LocalScroll のでもでーす。</ h1 > |
< li class = "sub" id = "section1" > |
< p >Web上でプレゼンテーションができるよ〜。</ p > |
< p >右下の>>をクリックすると次のページだよ。</ p > |
< p >ああああああああああああああああああああああああああああああああ</ p > |
< a href = "#section2" class = "next" >>></ a > |
< li class = "sub" id = "section2" > |
< p >いいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいい</ p > |
< a href = "#section1" class = "prev" ><<</ a > |
< a href = "#section3" class = "next" >>></ a > |
< li class = "sub" id = "section3" > |
< p >うううううううううううううううううううううううううううううううう</ p > |
< a href = "#section2" class = "prev" ><<</ a > |
< meta name = "description" content = "jQuery.LocalScrollのデモでーす。" > |
< title >jQuery.LocalScroll - jQueryプラグインまとめのカルマ</ title > |
< link type = "text/css" rel = "stylesheet" href = "css/style.css" /> |
< script src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" ></ script > |
< script src = "js/jquery.scrollTo.min.js" ></ script > |
< script src = "js/jquery.localScroll.js" ></ script > |
$.localScroll.defaults.axis = 'xy'; |
onBefore:function( e, anchor, $target ){}, |
onAfter:function( anchor, settings ){} |
< h1 >jQuery.LocalScroll のでもでーす。</ h1 > |
< li class = "sub" id = "section1" > |
< p >Web上でプレゼンテーションができるよ〜。</ p > |
< p >右下の>>をクリックすると次のページだよ。</ p > |
< p >ああああああああああああああああああああああああああああああああ</ p > |
< a href = "#section2" class = "next" >>></ a > |
< li class = "sub" id = "section2" > |
< p >いいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいい</ p > |
< a href = "#section1" class = "prev" ><<</ a > |
< a href = "#section3" class = "next" >>></ a > |
< li class = "sub" id = "section3" > |
< p >うううううううううううううううううううううううううううううううう</ p > |
< a href = "#section2" class = "prev" ><<</ a > |
jsファイルのダウンロードやオプションなどの詳細はこちらからどうぞ。
» LocalScroll