Code

将以下 js script 放置在 body 任意位置,随后在你喜欢的位置放置 id 为 saintwei 的元素。

  1. <p style="text-align:center" id="saintwei"></p>
  2. <script>
  3. var saintwei = function (r) {
  4. function t() {
  5. return b[Math.floor(Math.random() * b.length)]
  6. }
  7. function e() {
  8. return String.fromCharCode(94 * Math.random() + 33)
  9. }
  10. function n(r) {
  11. for (var n = document.createDocumentFragment(), i = 0; r > i; i++) {
  12. var l = document.createElement("span");
  13. l.textContent = e(), l.style.color = t(), n.appendChild(l)
  14. }
  15. return n
  16. }
  17. function i() {
  18. var t = o[c.skillI];
  19. c.step ? c.step-- : (c.step = g, c.prefixP < l.length ? (c.prefixP >= 0 && (c.text += l[c.prefixP]), c.prefixP++) : "forward" === c.direction ? c.skillP < t.length ? (c.text += t[c.skillP], c.skillP++) : c.delay ? c.delay-- : (c.direction = "backward", c.delay = a) : c.skillP > 0 ? (c.text = c.text.slice(0, -1), c.skillP--) : (c.skillI = (c.skillI + 1) % o.length, c.direction = "forward")), r.textContent = c.text, r.appendChild(n(c.prefixP < l.length ? Math.min(s, s + c.prefixP) : Math.min(s, t.length - c.skillP))), setTimeout(i, d)
  20. }
  21. var l = " Hi. ",
  22. o = ["Welcome to my blog", "世界本就如此艰难,何必还要让它更艰难呢", "你若盛开,蝴蝶自来;你若精彩,天自安排", "Are You OK", "转身变成一只猫"].map(function (r) {
  23. return r + "."
  24. }),
  25. a = 2,
  26. g = 1,
  27. s = 5,
  28. d = 75,
  29. b = ["rgb(110,64,170)", "rgb(150,61,179)", "rgb(191,60,175)", "rgb(228,65,157)", "rgb(254,75,131)", "rgb(255,94,99)", "rgb(255,120,71)", "rgb(251,150,51)", "rgb(226,183,47)", "rgb(198,214,60)", "rgb(175,240,91)", "rgb(127,246,88)", "rgb(82,246,103)", "rgb(48,239,130)", "rgb(29,223,163)", "rgb(26,199,194)", "rgb(35,171,216)", "rgb(54,140,225)", "rgb(76,110,219)", "rgb(96,84,200)"],
  30. c = {
  31. text: "",
  32. prefixP: -s,
  33. skillI: 0,
  34. skillP: 0,
  35. direction: "forward",
  36. delay: a,
  37. step: g
  38. };
  39. i()
  40. };
  41. saintwei(document.getElementById('saintwei'));
  42. </script>

预览

Hi. Welcome tEYZ]{

参考