91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

js如何實現直播點擊飄心效果的方法

發布時間:2020-08-20 09:45:58 來源:億速云 閱讀:221 作者:小新 欄目:開發技術

js如何實現直播點擊飄心效果的方法?這個問題可能是我們日常學習或工作經常見到的。希望通過這個問題能讓你收獲頗深。下面是小編給大家帶來的參考內容,讓我們一起來看看吧!

具體內容如下

<!DOCTYPE html>
<html>
 <head>
 <meta charset="UTF-8">
 <title>直播點擊飄心效果</title>
 <style type="text/css">
html, body {
 height: 100%;
 position: relative;
 width: 100%;
}
canvas {
 display: block;
 position: absolute;
 bottom: 100px;
 right: -24px;
 z-index: 20;
 cursor: pointer;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.journal-reward {
 position: absolute;
 bottom: 70px;
 right: 20px;
 height: 60px;
 width: 60px;
 display: block;
 z-index: 21;
 cursor: pointer;
}
 
</style>
</head>
<body>
 <img src="img/reward.png" class="journal-reward" /> 
<script src="jquery.min.js"></script> 
<script src="flutter-hearts-zmt.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
flutter-hearts-zmt.js
 
! function(t, e) {
 "object" == typeof exports && "undefined" != typeof module &#63; module.exports = e() : "function" == typeof define && define.amd &#63; define(e) : t.BubbleHearts = e()
}(this, function() {
 "use strict";
 
 function t(t, n, r) {
 var i = e.uniformDiscrete(89, 91) / 100,
  o = 1 - i,
  u = (e.uniformDiscrete(45, 60) + e.uniformDiscrete(45, 60)) / 100,
  a = function(t) {
  return t > i &#63; Math.max(((1 - t) / o).toFixed(2), .1) * u : u
  },
  c = e.uniformDiscrete(-30, 30),
  f = function(t) {
  return c
  },
  h = 10,
  s = n.width / 2 + e.uniformDiscrete(-h, h),
  d = (n.width - Math.sqrt(Math.pow(t.width, 2) + Math.pow(t.height, 2))) / 2 - h,
  l = e.uniformDiscrete(.8 * d, d) * (e.uniformDiscrete(0, 1) &#63; 1 : -1),
  m = e.uniformDiscrete(250, 400),
  w = function(t) {
  return t > i &#63; s : s + l * Math.sin(m * (i - t) * Math.PI / 180)
  },
  v = function(e) {
  return t.height / 2 + (n.height - t.height / 2) * e
  },
  p = e.uniformDiscrete(14, 18) / 100,
  g = function(t) {
  return t > p &#63; 1 : 1 - ((p - t) / p).toFixed(2)
  };
 return function(e) {
  if(!(e >= 0)) return !0;
  r.save();
  var n = a(e),
  i = f(e),
  o = w(e),
  u = v(e);
  r.translate(o, u), r.scale(n, n), r.rotate(i * Math.PI / 180), r.globalAlpha = g(e), r.drawImage(t, -t.width / 2, -t.height / 2, t.width, t.height), r.restore()
 }
 }
 var e = function(t) {
  var e = t,
  n = Math.floor,
  r = Math.random;
  return t.uniform = function(t, e) {
  return t + (e - t) * r()
  }, t.uniformDiscrete = function(t, r) {
  return t + n((r - t + 1) * e.uniform(0, 1))
  }, t
 }({}),
 n = function(t, e) {
  if(!(t instanceof e)) throw new TypeError("Cannot call a class as a function")
 },
 r = function() {
  function t(t, e) {
  for(var n = 0; n < e.length; n++) {
   var r = e[n];
   r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r)
  }
  }
  return function(e, n, r) {
  return n && t(e.prototype, n), r && t(e, r), e
  }
 }(),
 i = window.requestAnimationFrame || window.webkitRequestAnimationFrame || function(t) {
  return setTimeout(t, 16)
 },
 o = function() {
  function o() {
  n(this, o);
  var t = this.canvas = document.createElement("canvas"),
   e = this.context = t.getContext("2d"),
   r = this._children = [],
   u = function n() {
   i(n), e.clearRect(0, 0, t.width, t.height);
   for(var o = 0, u = r.length; o < u;) {
    var a = r[o];
    a.render.call(null, (a.timestamp + a.duration - new Date) / a.duration) &#63; (r.splice(o, 1), u--) : o++
   }
   };
  i(u)
  }
  return r(o, [{
  key: "bubble",
  value: function(n) {
   var r = arguments.length > 1 && void 0 !== arguments[1] &#63; arguments[1] : e.uniformDiscrete(2400, 3600),
   i = arguments.length > 2 && void 0 !== arguments[2] &#63; arguments[2] : t(n, this.canvas, this.context);
   return this._children.push({
   render: i,
   duration: r,
   timestamp: +new Date
   }), this
  }
  }]), o
 }();
 return o
});
// 圖片地址在此處更換 可換成你的圖片
var assets = [
 'img/1.png',
 'img/2.png',
 'img/3.png',
 'img/4.png',
 'img/5.png',
];
assets.forEach(function(src, index) {
 assets[index] = new Promise(function(resolve) {
 var img = new Image;
 img.onload = resolve.bind(null, img);
 img.src = src;
 });
});
 
Promise.all(assets).then(function(images) {
 
 var random = {
 uniform: function(min, max) {
  return min + (max - min) * Math.random();
 },
 uniformDiscrete: function(i, j) {
  return i + Math.floor((j - i + 1) * random.uniform(0, 1));
 },
 };
 
 var stage = new BubbleHearts();
 var canvas = stage.canvas;
 canvas.width = 170;
 canvas.height = 300;
 canvas.style['width'] = '170px';
 canvas.style['height'] = '300px';
 document.body.appendChild(canvas);
 //journal-reward 為賞桃的按鈕 
 document.getElementsByClassName('journal-reward')[0].addEventListener('click', function() {
 //隨機飄動
 stage.bubble(images[random.uniformDiscrete(0, images.length - 1)]);
 
 }, false);
 
});

感謝各位的閱讀!看完上述內容,你們對js如何實現直播點擊飄心效果的方法大概了解了嗎?希望文章內容對大家有所幫助。如果想了解更多相關文章內容,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

崇阳县| 青岛市| 石景山区| 石柱| 庆云县| 惠水县| 永昌县| 漳浦县| 崇左市| 礼泉县| 巴南区| 乐都县| 冕宁县| 定南县| 甘肃省| 林州市| 伊宁市| 连云港市| 建湖县| 温宿县| 瑞昌市| 正宁县| 磐安县| 平塘县| 绥江县| 顺平县| 东山县| 炎陵县| 罗江县| 罗定市| 平乐县| 宣汉县| 宜城市| 无为县| 莲花县| 奈曼旗| 遵化市| 大荔县| 海南省| 侯马市| 于田县|