Skip to content

删除多余英文 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: source
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions source/all-article/learn/basics/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ footer: true

### 层级

Layers can contain other layers. We call these subLayers.
图层中所包含嵌套的其他图层称为子图层(SubLayers),子图层继承自父图层。当然,设计师也可以根据需要调整图层之间的层级关系。
比如:如果你将父图层的的透明度变为0.5,其他所有子图层的透明度都将有被设置为透明度0.5。
一个图层的坐标基于它的父图层,也就是说如果一个图层的x,y坐标都是0,它的位置将在父图层的左上角。
Expand Down Expand Up @@ -60,7 +59,6 @@ Layers can contain other layers. We call these subLayers.
})

### 样式
Because Framer runs in the browser, you can simply use html and css to style any layer.
Framer运行在浏览器中,因此可以很容易地使用html和css规定图层和样式,如通过 somelayer.html = "hello" 来设置图层的 html 内容。
而通过编辑图层属性参数,相当于添加 css 样式:layer.style.backgroundColor = "red" or layer.style['background-color'] = "red", 或者像后面的例子一样,一次性修改不同的参数。

Expand Down
1 change: 0 additions & 1 deletion source/all-article/learn/importing/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ footer: true


### 概述
The importer lets you import Sketch or Photoshop documents directly into Framer.
你可以直接导入Sketch或者Photoshop的文件到Framer,

Framer允许直接从 Sketch 或 Photoshop 中导入素材,所有图层组都能够被调用,并且图层层级保持原状。
Expand Down