当前位置:网站首页>PHP short video source code, thumb animation will float when you like it
PHP short video source code, thumb animation will float when you like it
2022-07-04 22:18:00 【Cloudleopard network technology】
php Short video source , There will be thumb animation floating when you like
(function() {
var coreSocialistValues
, index = Math.floor(Math.random() * coreSocialistValues.length);
document.body.addEventListener('click', function(e) {
if (e.target.tagName == 'A') {
return; }
var x = e.pageX
, y = e.pageY
, span = document.createElement('span');
span.textContent = coreSocialistValues[index];
index = (index + 1) % coreSocialistValues.length;// Mold taking cycle
span.style.cssText = ['z-index: 9999999; position: absolute; font-weight: bold; color: #ff6651; top: ', y - 20, 'px; left: ', x, 'px;'].join(''); document.body.appendChild(span); animate(span); });
function animate(el) {
// Animation var i = 0 , top = parseInt(el.style.top) , id = setInterval(frame, 16.7); function frame() {// frame if (i > 180) { clearInterval(id); el.parentNode.removeChild(el); } else { i += 2; el.style.top = top - i + 'px'; el.style.opacity = (180 - i) / 180; } } }
}());
That's all php Short video source , There will be thumb animation floating when you like , More content welcome to follow the article
边栏推荐
- 开户哪家券商比较好?网上开户安全吗
- PostgreSQL基本结构——表
- 股票开户流程是什么?使用同花顺手机炒股软件安全吗?
- Why do you have to be familiar with industry and enterprise business when doing Bi development?
- Common shortcut keys for hbuilder x
- 赋能数字经济 福昕软件出席金砖国家可持续发展高层论坛
- 保证接口数据安全的10种方案
- MySQL storage data encryption
- Xiangjiang Kunpeng joined the shengteng Wanli partnership program and continued to write a new chapter of cooperation with Huawei
- WebGIS框架---kalrry
猜你喜欢
Tiktok actual combat ~ the number of comments is updated synchronously
Scala下载和配置
【米哈游2023届秋招】开启【校招唯一专属内推码EYTUC】
Enabling digital economy Fuxin software attends the BRICs high level Forum on Sustainable Development
HUAWEI nova 10系列发布 华为应用市场筑牢应用安全防火墙
能源势动:电力行业的碳中和该如何实现?
Éducation à la transmission du savoir | Comment passer à un test logiciel pour l'un des postes les mieux rémunérés sur Internet? (joindre la Feuille de route pour l'apprentissage des tests logiciels)
Ascendex launched Walken (WLKN) - an excellent and leading "walk to earn" game
Use blocconsumer to build responsive components and monitor status at the same time
傳智教育|如何轉行互聯網高薪崗比特之一的軟件測試?(附軟件測試學習路線圖)
随机推荐
如何实现轻松管理1500万员工?
php短视频源码,点赞时会有大拇指动画飘起
B站大量虚拟主播被集体强制退款:收入蒸发,还倒欠B站;乔布斯被追授美国总统自由勋章;Grafana 9 发布|极客头条
With this PDF, we finally got offers from eight major manufacturers, including Alibaba, bytek and Baidu
UML图记忆技巧
Common shortcut keys for hbuilder x
Nat. Commun.| 机器学习对可突变的治疗性抗体的亲和力和特异性进行共同优化
Basic structure of PostgreSQL - table
HDU - 2859 Phalanx(DP)
嵌入式开发:技巧和窍门——提高嵌入式软件代码质量的7个技巧
Representation of confidence interval
Open3d surface normal vector calculation
机器人相关课程考核材料归档实施细则2022版本
WebGIS框架---kalrry
股票开户流程是什么?使用同花顺手机炒股软件安全吗?
TLA+ 入门教程(1):形式化方法简介
【C语言进阶篇】数组&&指针&&数组笔试题
常用的开源无代码测试工具
From repvgg to mobileone, including mobileone code
283. 移动零-c与语言辅助数组法