我們有這樣的事情:famo.us如何解析曲面屬性?
properties: {
backgroundColor: "hsl(" + (i * 360/8) + ", 100%, 50%)",
color: "black",
lineHeight: window.innerHeight/2 + 'px',
textAlign: 'center'
}
如何famo.us解析該對象,並在HTML中插入它作爲內嵌樣式?
我們如何才能使某些屬性實時更新,如其他famo.us組件?