0
有誰知道this website正在使用什麼樣的滑動功能?我試過slideToggle
但它不一樣。jquery slide:哪一個?
$('div').slideToggle('fast');
謝謝。
有誰知道this website正在使用什麼樣的滑動功能?我試過slideToggle
但它不一樣。jquery slide:哪一個?
$('div').slideToggle('fast');
謝謝。
/*
Title: jQuery.slideshow
Description:Fading slideshow widget
Developer: Antenna Praxis (http://theantenna.org)
Released: June 2009
Updated: Feb 2010
Version: 0.0.5
Usage: $('container-elem').slideshow(options).slideshow('start');
Notes:
- Pauses to load unloaded img
- Pauses on rollover (resumes on rollout)
- Crossfade if old+new img dimensions are the same, otherwise fade out->in instead
- Constrains img WH to max dimensions
To Do:
License: Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php,
http://www.gnu.org/licenses/gpl.html
*/
相信我,這是我第一次繁殖許可證,而不prducing代碼:-D