首页

源码搜藏网

首页 > 网页特效 > jQuery特效 >

jquery图片轮播插件anoslide

创建时间:2014-06-04 18:48  

jquery图片轮播插件anoslide
jquery图片轮播插件anoslide
效果预览 立即下载
jquery图片轮播插件anoslidejquery图片轮播插件anoslide是一款可调节效果至任意宽度大小,支持图文混合内容显示的jquery.anoslide插件。jquery图片轮播左右箭头jquery插件 所属专题:焦点图代码

<script type="text/javascript">
$('.carousel.captions ul').anoSlide(
{
items: 1,
speed: 500,
prev: 'a.prev[data-prev-caption]',
next: 'a.next[data-next-caption]',
lazy: true,
onStart: function(ui)
{
ui.slide.element.find('.caption').remove();
},
onEnd: function(ui)
{
var content = ui.slide.element.data('caption');
 
var caption = $('<div/>').addClass('caption').css(
{
position: 'absolute', 
background: 'rgb(0,0,0)',
color: 'rgb(255,255,255)',
textShadow: 'rgb(0,0,0) -1px -1px',
opacity: 0.5,
top: -100,
left: 50,
padding: 20,
webkitBorderRadius: 5,
mozBorderRadius: 5,
borderRadius: 5
}).html(content);
 
caption.appendTo(ui.slide.element).animate(
{
top:50
});
}
})
</script>
上一篇:jquery文字翻转特效modernizr.js
下一篇:jquery可切换主题的注册表单

相关内容

热门推荐