当前位置:网站首页>php短视频源码,点赞时会有大拇指动画飘起
php短视频源码,点赞时会有大拇指动画飘起
2022-07-04 21:48:00 【云豹网络科技】
php短视频源码,点赞时会有大拇指动画飘起
(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;//取模循环
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) {
//动画 var i = 0 , top = parseInt(el.style.top) , id = setInterval(frame, 16.7); function 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; } } }
}());
以上就是 php短视频源码,点赞时会有大拇指动画飘起,更多内容欢迎关注之后的文章
边栏推荐
- # 2156. Find the substring of the given hash value - post order traversal
- VS2019 C# release下断点调试
- Convolutional neural network model -- lenet network structure and code implementation
- From repvgg to mobileone, including mobileone code
- 并列图的画法,多排多列
- El tree combined with El table, tree adding and modifying operations
- 从RepVgg到MobileOne,含mobileone的代码
- 抖音实战~评论数量同步更新
- 面试题 01.08. 零矩阵
- 嵌入式开发:技巧和窍门——提高嵌入式软件代码质量的7个技巧
猜你喜欢
做BI开发,为什么一定要熟悉行业和企业业务?
Super detailed tutorial, an introduction to istio Architecture Principle and practical application
Radio and television Wuzhou signed a cooperation agreement with Huawei to jointly promote the sustainable development of shengteng AI industry
【米哈游2023届秋招】开启【校招唯一专属内推码EYTUC】
Why do you have to be familiar with industry and enterprise business when doing Bi development?
【C语言进阶篇】数组&&指针&&数组笔试题
El tree combined with El table, tree adding and modifying operations
Nat. Commun.| 机器学习对可突变的治疗性抗体的亲和力和特异性进行共同优化
赋能数字经济 福昕软件出席金砖国家可持续发展高层论坛
PMO:比较25种分子优化方法的样本效率
随机推荐
Relational database
大厂的广告系统升级,怎能少了大模型的身影
Master the use of auto analyze in data warehouse
Telephone encryption, middle 4 is replaced by * * * *
gtest从一无所知到熟练使用(3)什么是test suite和test case
Force buckle_ Palindrome number
力扣98:验证二叉搜索树
Representation of confidence interval
开户哪家券商比较好?网上开户安全吗
HDU - 2859 Phalanx(DP)
Basic structure of PostgreSQL - table
NAACL-22 | 在基于Prompt的文本生成任务上引入迁移学习的设置
置信区间的画法
删库不必跑路!详解 MySQL 数据恢复
PostgreSQL JOIN实践及原理
Which securities company has the lowest Commission for opening an account online? I want to open an account. Is it safe to open an account online
PostgreSQL基本结构——表
el-tree结合el-table,树形添加修改操作
GTEST from ignorance to proficiency (4) how to write unit tests with GTEST
The use of complex numbers in number theory and geometry - Cao Zexian