我正在使用windows,我有我的psd文件。我想创建一个使用framerjs的交互式原型。我有atom文本编辑器,我已经从http://framerjs.com/static/downloads/Framer.zip下载了framerjs
现在如何导入设计文件,并使用窗口中的框架生成器生成层?
发布于 2016-01-19 13:57:13
从我在Framer工作室的经验来看,
我想你需要在psd文件打开的情况下运行Photoshop。
在Framer github - https://github.com/koenbok/Framer上找到以下文本
Framer Generator
With a Sketch or Photoshop file open, open Framer Generator and click Import. Only layer groups are imported; single layers are ignored. The hierarchy of your layer groups is respected.
You can safely move things around in Sketch or Photoshop and re-import. Generator will update the images and any changes in hierarchy, but leave your code intact. See our documentation for more.
Access any layer by its group name
Groups within groups will become subLayers
Groups with vector masks will become clipped layers
Group names should be unique (otherwise, they'll be renamed)https://stackoverflow.com/questions/34627240
复制相似问题