放到其他图层中的优点就是:当一个元素在自己图层内发生变化的时候它的回流和重绘只会在图层内部发生,从而减少了浏览器对于重绘与回流的运算量。
用transform 代替 top,left ,margin-top, margin-left… 这些位移属性
不要使用 js 代码对dom 元素设置多条样式,选择用一个 className 代替之
动画的速度按照业务按需决定
对于频繁变化的元素应该为其加一个 transform 属性,对于视频使用video 标签
必要时可以开启 GPU 加速,但是不能滥用
乐观 积极 快 用技术成就梦想
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true