From f23a20a05aee4947ad7d04a0baf4293c707fda1b Mon Sep 17 00:00:00 2001 From: jiangling Date: Fri, 10 Oct 2014 00:07:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E5=A4=9A=E4=BD=99=E7=9A=84=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除了一些多余的英文 --- source/all-article/learn/basics/index.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/all-article/learn/basics/index.markdown b/source/all-article/learn/basics/index.markdown index 0cb5d34..46f9010 100644 --- a/source/all-article/learn/basics/index.markdown +++ b/source/all-article/learn/basics/index.markdown @@ -24,7 +24,6 @@ footer: true ### 层级 -Layers can contain other layers. We call these subLayers. 图层中所包含嵌套的其他图层称为子图层(SubLayers),子图层继承自父图层。当然,设计师也可以根据需要调整图层之间的层级关系。 比如:如果你将父图层的的透明度变为0.5,其他所有子图层的透明度都将有被设置为透明度0.5。 一个图层的坐标基于它的父图层,也就是说如果一个图层的x,y坐标都是0,它的位置将在父图层的左上角。 @@ -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", 或者像后面的例子一样,一次性修改不同的参数。 From 96d27408af886094176d33afae7e1b1f8e2960c7 Mon Sep 17 00:00:00 2001 From: jiangling Date: Fri, 10 Oct 2014 00:37:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 貌似感觉网站的情况和我本地的github不一样了 --- source/all-article/learn/importing/index.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/all-article/learn/importing/index.markdown b/source/all-article/learn/importing/index.markdown index ce9c608..959fd65 100644 --- a/source/all-article/learn/importing/index.markdown +++ b/source/all-article/learn/importing/index.markdown @@ -10,7 +10,6 @@ footer: true ### 概述 -The importer lets you import Sketch or Photoshop documents directly into Framer. 你可以直接导入Sketch或者Photoshop的文件到Framer, Framer允许直接从 Sketch 或 Photoshop 中导入素材,所有图层组都能够被调用,并且图层层级保持原状。