Skip to content

Frame.load

최연규 edited this page Nov 20, 2016 · 3 revisions

Frame.load

{
"border-bottom" : "10px",
"transform" : "scale(1,1) translate(10px)",
}

=>

In Frame

properties

  • property : {"border-bottom" : "10px"}
  • transform : {"scale" : PropertyObject(array = [1,1],separator = ","), "translate" : "10px"}
Clone this wiki locally