只是想知道我们是否可以在react-native中使用CSS动画和转换?即
<Image style={animateImage} / >
StyleSheet.create({
animateImage {
width: 100px;
height: 100px;
background: red;
transition: width 3s;
transition-delay: 1s;
}
});
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
8001 次 |
最近记录: |