blog
copyright ©
creamu Inc. All Rights Reserved.
art direction & design: Kunitaka Kawashimo
code, interaction & photography: creamu Inc.
category: Technology

jquery.bgswitcher.jsを使ったスライドショーで水平方向に画像を切り替える方法

Pocket

jquery.bgswitcher.js(version 0.4.3)を使ったスライドショーでは、blindを使うとデフォルトでは垂直方向に画像が切り替わりますが、水平方向に画像を切り替えるには、以下のようにします。

変更前:
$el.animate({height: 0}, this.config.duration, this.config.easing);

変更後:
$el.animate({width: 0}, this.config.duration, this.config.easing);

https://rewish.jp/blog/releases/jquery_bg_switcher