我使用此代码在 NativeScript + Vue 中移动GridLayout:
this.$refs.cover.nativeView.animate({ translate: { x: 0, y: 100} } )
我的问题是:由于我们无法访问NativeScript中的CSS转换属性,因此如何将Layout设置为位置(top: 100
,仅通过设置 CSS 仅。
还是我想更精确地询问: nativeView.animate会操纵哪个属性来将我的布局置于translate: { x: 0, y: 100 }
位置?
答案 0 :(得分:2)
与动画相关的CSS属性在Animation with CSS文档中定义。
lxrx["Valid"] = np.where(lxrx["Price"] > lxrx["low_value_from_csvm"], lxrx["Price"], "Invalid")
:可操作translateX和translateY属性,CSS相同。
translate: { x: 0, y: 100 }