typewriter.js代码打印机效果

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

 29513  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();


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

购物车商品飞入动画

使用css规则简单实现商品飞入效果
  动画效果
 21016  262

超级牛B的js效果

跟上一个心的形状用的类似的方法。不用我多说,看了就知道有多牛B了哦。可兼容手机。暂停之后一个手指拖动改变视角,两个手指可以调整视角的大小,三个手指可以移动。
  动画效果
 58044  331

文字散开重组动效

文字散开,重组
  动画效果
 50300  669

HTML5+CSS3音量调节旋转按钮

可以拨动让物体旋转,很不错
  动画效果
 40550  382

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

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