高速に動作する画像カルーセルUI実装用jQueryプラグイン「Agile Carousel」
2009年05月18日-
スポンサード リンク
Plugins | jQuery Plugins
高速に動作する画像カルーセルUI実装用jQueryプラグイン「Agile Carousel」
ページ右上のページ送りボタンを押せば滑らかに、かつ高速にアニメーションします。
スクリプトはシンプルでありながら、オプション指定が色々とできてカスタマイズ性がある以下のようなコードで実装できます
<script type="text/javascript">
$('#slide_holder').agile_carousel({
disable_on_first_last: "yes",
next_prev_buttons: "yes",
number_slides_visible: "3",
slide_buttons: "yes",
slide_captions: "Agile Carousel: View Examples With Varied Settings|Agile Carousel: View Examples With Varied Settings|Agile Carousel: View Examples With Varied Settings|Agile Carousel: Project Hosted on Code.Google.com | Agile Carousel: Project Hosted on Code.Google.com | Agile Carousel: Project Hosted on Code.Google.com | Agile Carousel: Powered by PHP, JQuery & JQuery UI | Agile Carousel: Powered by PHP, JQuery & JQuery UI | Agile Carousel: Powered by PHP, JQuery & JQuery UI",
timer_on: "no",
transition_duration: 1500,
transition_easing: "easeOutQuint"
});
</script>
サイトデザインのページ上部なんかに置いてスペースを有効利用できそうなウィジェットが簡単に実装できますね。
関連エントリ
スポンサード リンク
Advertisements
SITE PROFILE
最新のブログ記事(新着順)
- 2012年2月10日 管理人のブックマーク
- ブラウザ上でPDFを表示するJSライブラリ「PDF.js」
- 次世代の検索フォームを作成するjQuery&CSS3サンプル
- 2012年2月9日 管理人のブックマーク
- faviconを書き換えてfacebookの通知っぽくしてくれるfaviconアラート実装ライブラリ「Tinycon」
- ページめくりを実現するためのjQueryプラグイン集
- 2012年2月8日 管理人のブックマーク
- HTMLをアップするとCSSのスケルトンを自動生成してくれる「bearcss」
- HTML5で綺麗でインタラクティブなグラフが描けるライブラリ「Flotr2」
- 2012年2月7日 管理人のブックマーク
- 過去のエントリ



















間違いの指摘をしていただける方はメール、あるいはTwitterでお願いします(クリック)




