jQuery TickerType

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-12 09:42:07

软件介绍

The TickerType jQuery plugin allows you to animate a set of headlines or any other list of text items using a typewriter (or "write on") style animation.

Integrating this plugin requires no Javascript coding.
Simply include the .js files

<head>
  <script type="text/javascript" src="jquery-1.2.6.min.js"></script>
  <script type="text/javascript" src="jquery.tickertype.js"></script>
</head>

and add a div tag with an ID of ticker-area containing an unordered list

<div id="ticker-area">
  <ul>
    <li>Sed venenatis diam quis lorem. Curabitur.</li>
    <li>Fusce vehicula iaculis felis. Phasellus congue!</li>
    <li>Morbi vitae enim vel purus sollicitudin.</li>
  </ul>
</div>

See description/download page for detailed instructions:
http://www.hungry-media.com/code/jQuery/tickerType/

Thanks to Paul Robinson for some of the methods used here.

本文地址:https://codercto.com/soft/d/23203.html

程序化广告实战

程序化广告实战

吴俊 / 机械工业出版社 / 2017-8-15 / 79.00元

中国程序化广告领域领袖级专家,私有化程序购买领域的布道者的一线实战笔记,宋星等近20位专家联袂推荐。从业务和技术双重视角系统讲解程序化广告的理论、知识、实践方法和关键要点。一起来看看 《程序化广告实战》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具