gpt4 book ai didi

react-native 中的 CSS 动画和转换

转载 作者:技术小花猫 更新时间:2023-10-29 11:09:18 25 4
gpt4 key购买 nike

只是想知道我们是否可以在 react-native 中使用 CSS 动画和转换?即

 <Image style={animateImage} / >

StyleSheet.create({

animateImage {
width: 100px;
height: 100px;
background: red;
transition: width 3s;
transition-delay: 1s;
}

});

最佳答案

不,你不能。 React Native 的 Stylesheet properties与普通 CSS 相比非常有限。

对于动画,请查看 Animated API .

关于react-native 中的 CSS 动画和转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43741915/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com