jQuery实现逐字逐句显示插件l-by-l.min.js

2016-08-22 20:26:35

jquery逐字逐句插件

  jQuery(document).ready(function($){ $(".word1").lbyl({ content: "朦胧的月色正浓,星光与静夜默言无声,", speed: 100, type: 'show', finished: function(){ $('.word2').lbyl({ content:"生命的开始到结束就是一个由绽放到凋谢的花季。", speed: 150, type: 'fade', fadeSpeed: 500 }) } // Finished Callback }); });

为您推荐