Find for Framer:使用类似CSS的选择器定位Framer.js中的图层 源码
查找成帧器 受CSS选择器的启发,此模块使基于.name属性的图层查找和定位变得更加容易。 基本例子 # the florin sign (option+f) ƒ( ' card1 ' ) # returns the first layer matching the name "card1". ƒƒ( ' card ' ) # returns an array with all layers named "card" (case-sensitive) ƒƒ( ' card > image ' ) # all layers named "image" and direct descendants of layers named "card" ƒƒ( ' card image ' ) # all layers named "image" and descendants of layers na
下载地址
用户评论