タグ

PhotoとJavaScriptに関するkanedasakaeのブックマーク (2)

  • JQuery Cycle Plugin

    Check out Cycle2, the latest in the Cycle line of slideshows. Overview The jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and much more. It also supports, but does not require, the Easing Plugin. How it Works The plugin provides a method called cycle which is

  • Cycle [jGlycy]

    Cycleプラグインはトップページでも使っている、画像を様々な手法で連続的に表示するプラグインです。 ここではjGlycy上での実装を書きますが、非常にシンプルな呼び出しなので、直接呼び出す場合にも参考になると思います。 ホームページ まず、他のプラグイン同様にCycleプラグインをロードします。 その際、このプラグインはかなり多くの他のプラグインに依存するので注意して下さい。 よくわからない場合は、ダウンロードページから”Cycle Core With All Transitions”とあるものを使うと良いでしょう。 次に連続表示させたい画像をdiv要素内に並べ、そこにjGlycyへの呼び出しを記述します。 <div jg="cycle"> <img src="/your/path/photo_1.jpg" /> <img src="/your/path/photo_2.jpg" />

  • 1