typewriter.js代码打印机效果

所属分类:其他-动画效果,杂项

 30590  389  查看评论 (2)
分享到微信朋友圈
X
typewriter.js代码打印机效果 ie兼容10

简单使用方法

1、引用typewriter.js。

2、所要打字效果的html代码

<div id="code"> <span class="comments">/**</span><br />
      <span class="space"/><span class="comments">* We are both XXX Unversity  business administration and programmers,</span><br />
      <span class="space"/><span class="comments">* so I write some code to show my love to you.</span><br />
      <span class="space"/><span class="comments">*/</span><br />
      Boy i = <span class="keyword">new</span> Boy(<span class="string">"boyname"</span>);<br />
      Girl u = <span class="keyword">new</span> Girl(<span class="string">"girlname"</span>);<br />
      <span class="comments">// April 28, 2012, I told you I love you. </span><br />
      i.love(u);<br />
      <span class="comments">// but..., what you said that meaning we are still good friends.</span><br />
      u.sayOtherthing();<br />
      <span class="comments">// Since then, I ask you for the reason.</span><br />
      <span class="keyword">var</span> reason=i.ask(u);<br />
      <span class="comments">// you say we were not understand enough for each other .</span><br />
      $("body").append(reason);<br />
      <span class="comments">// You say that it is too quickily to turn our relation of lover.</span><br />
      <span class="comments">// And take care of u and our love.</span><br />
      i.takeCareOf(u);<br />
      <span class="comments">// So I keep waiting and I have confidence that you will.</span><br />
      <span class="keyword">boolean</span> isAccept = <span class="keyword">false</span>;<br />
      <span class="keyword">while</span> (isAccept) {<br />
      <span class="placeholder"/>i.waitFor(u);<br />
      <span class="placeholder"/><span class="comments">// I think it is an important decision</span><br />
      <span class="placeholder"/><span class="comments">// and you should forgot the unhappy things that happended before.</span><br />
      <span class="placeholder"/>isAccept = u.thinkOver();<br />
      }<br />
      <span class="comments">// After a please sound of accept, we will live happily ever after.</span><br />
      u.accept(i);<br />
      i.liveHappilyWith(u);<br />
  </div>

3、js调用方法

document.getElementById("code").typewriter();


相关插件-动画效果,杂项

超简单自定义粒子背景动画插件(原创)

这是一个可以自定义粒子背景的插件,可实现全屏,鼠标跟随,自定义坐标三种方式的动画控制,同时也可以使用不同颜色或者不同的图片实现粒子的个性化
  动画效果
 33585  309

CSS3提交按钮动画特效

这个提交按钮效果有两组动画:当屏幕大于800px的时候是一个动画效果,当屏幕小于800像素的时候是另一种动画效果。缩放你的浏览器看看不同的提交按钮动画效果吧!
  动画效果
 44619  428

简单实用的jQuery和CSS3卡片自动翻牌特效

这是一款简单实用的jQuery和CSS3卡片自动翻牌特效。该卡片翻转效果使用CSS3透视和backfacevisibility属性来制作卡片正反面效果,并使用jQuery使其自动旋转起来。
  动画效果
 48380  356

弹框消失效果

弹框消失的各种效果,应该会有你需要的。
  动画效果
 25986  318

讨论这个项目(2)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    0
    2017/7/25 15:19:08
    fantasmic 0
    2016/9/5 15:09:19
    while (isAccept)这句有问题,也可能就是这么霸道。 回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复