标签:完竣世界

css

css实现闪烁

css实现闪烁
.anim-opacity2 { animation: 2s opacity2 0s infinite; -webkit-animation: 2s opacity2 0s infinite; -moz-animation: 2s opacity2 0s infin...

4年前 (2021-06-30) 喜欢

js

moment时间戳格式化

moment时间戳格式化
时间戳单位为秒时 import moment from 'moment'; let timeStr = moment.unix(1537527600).format('HH:mm:ss'); console.log('timeStr&#...

4年前 (2021-06-27) 喜欢

js

html 动画插件wow.js

html 动画插件wow.js
WOW.js 依赖 animate.css,所以它支持 animate.css 多达 60 多种的动画效果,能满足您的各种需求。 IE6、IE7 等老旧浏览器不支持 CSS3 动画,所以没有效果;而 wow.js 也使用了 querySelectorAll 方法,IE 低版本会报...

4年前 (2021-06-10) 喜欢