jquery基于Marquee.js使文本文字图片自由滚动插件

所属分类: 网页特效-动画效果    2023-10-07 03:52:52

jquery基于Marquee.js使文本文字图片自由滚动插件 ie兼容6
反馈问题  查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

jquery基于Marquee.js使文本文字图片自由滚动插件(共5个文件)

    • jquery.marquee.min.js
    • update.json
    • index.html
    • info.ini
    • jquery.marquee.js

使用方法

$(function(){
  var $mwo = $('.marquee-with-options');
  $('.marquee').marquee();
  $('.marquee-with-options').marquee({
    //speed in milliseconds of the marquee
    speed: 5000,
    //gap in pixels between the tickers
    gap: 50,
    //gap in pixels between the tickers
    delayBeforeStart: 0,
    //'left' or 'right'
    direction: 'left',
    //true or false - should the marquee be duplicated to show an effect of continues flow
    duplicated: true,
    //on hover pause the marquee - using jQuery plugin https://github.com/tobia/Pause
    pauseOnHover: true
  });

  //Direction upward
  $('.marquee-vert').marquee({
    direction: 'up',
    speed: 1500
  });

  //pause and resume links
  $('.pause').click(function(e){
    e.preventDefault();
    $mwo.trigger('pause');
  });
  $('.resume').click(function(e){
    e.preventDefault();
    $mwo.trigger('resume');
  });
  //toggle
  $('.toggle').hover(function(e){
    $mwo.trigger('pause');
  },function(){
    $mwo.trigger('resume');
  })
  .click(function(e){
    e.preventDefault();
  })
});

站长提示:
1. 平台上所有素材资源,需注册登录会员方能正常下载。
2. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励20K币
3. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
4. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 动画效果

jquery支持触屏拖拽的弹性侧边栏滑出特效

一款在线聊天侧边栏特效,它使用SVG动画来平滑的显示和隐藏内容。单击联系人会以动画形式打开聊天界面。
  动画效果
 162  

CSS实现的鼠标悬停触发显示隐藏DIV元素

这是一个CSS悬停触发列表元素显示隐藏特效,鼠标悬停时显示:隐藏的文本文字及背景图片。
  动画效果
 149  

CSS创建的动画内容占位符特效代码

一款CSS动画文本内容占位符特效,使用了线性渐变设置内容占位符的css3动画。
  动画效果
 148  

html5 canvas全屏的星空背景动画特效

有点坐着飞船遨游太空的既视感,发光点不断的往后移动消失。
  动画效果
 195  

评论数(3) 回复有机会获得K币 用户协议

    铁头de科技0
    2024-01-16 12:45:51
    masker0
    2023-10-26 16:51:20
    kuliwa0
    2023-10-24 16:58:47
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论