代码 <div style = "display:none;">动态线条</div> <script> !function(){ function n(n,e,t){ return n.getAttribute(e)||t } function e(n){ return document.getEl ...
分类:
其他好文 时间:
2019-11-30 11:30:59
阅读次数:
75
效果: let x = shuN.style.x + rectValue/4,//粒子开始的地方 y = zuY+140 + 5, h = 14*0.8, w = rectValue/2; this.drawParticles(x, y , w, h, 20, 0, i); //画牵引粒子 draw ...
分类:
其他好文 时间:
2019-11-29 15:45:04
阅读次数:
151
一、APP通过View修改鼠标样式 app view上修改鼠标样式比较简单,通过 hover event 获取鼠标坐标并使用如下方法修改为自定义图片: getWindow().getDecorView().setPointerIcon(PointerIcon.load(getResources(), ...
分类:
移动开发 时间:
2019-11-28 01:09:27
阅读次数:
390
每次看到某电商平台的拼团提示会觉得很有趣也很方便,正好自己在学习小程序,那就想个法子实现一下这种效果咯~思虑了一下还是觉得用setIntercal方法比较简便(数据方面就先不考虑了,我这里只做一下表现效果),基本思路是通过定时来控制拼团提示出现和隐藏;即隔一定时间就将data中传给wx:if里的数据 ...
分类:
其他好文 时间:
2019-11-21 09:42:29
阅读次数:
89
[toc] 动画效果: each 循环: data() jQuery插件: ...
分类:
Web程序 时间:
2019-11-20 19:22:04
阅读次数:
92
关键词:animation(动画名称,花费时间、是否轮流反向播放动画) @keframes 规则,创建动画(原理是将一套 CSS 样式逐渐变化为另一套样式) ...
分类:
Web程序 时间:
2019-11-20 16:43:44
阅读次数:
128
pixijs shader贴图扫光效果 直接贴代码 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image con ...
分类:
Web程序 时间:
2019-11-19 17:14:00
阅读次数:
148
效果预览 按下右侧的“点击预览”按钮可以在当前页面预览,点击链接可以全屏预览。 https://codepen.io/comehope/pen/VdOKQG 可交互视频 此视频是可以交互的,你可以随时暂停视频,编辑视频中的代码。 请用 chrome, safari, edge 打开观看。 https ...
分类:
Web程序 时间:
2019-11-19 15:46:56
阅读次数:
116
<template> <div id="slider"> <div class="window" @mouseover="stop" @mouseleave="play"> <ul class="container" :style="containerStyle"> <li> <img :style ...
分类:
其他好文 时间:
2019-11-17 19:28:08
阅读次数:
136
css3写下雨效果<pre><div class="xiayuxiaoguo"></div></pre> <pre>.xiayuxiaoguo{ width:100%; height: 100%; position: absolute; left:0px; top:0px; z-index: 2;} ...
分类:
Web程序 时间:
2019-11-16 14:47:39
阅读次数:
208