gpt4 book ai didi

react-native-reanimated 不接受以度为单位的旋转值

转载 作者:行者123 更新时间:2023-12-05 09:08:59 25 4
gpt4 key购买 nike

我正在学习 reanimated,因为它在 UI 线程上工作,我想实现旋转动画。以度数旋转(如 45 度)不起作用并提示错误。那么我们如何在react-native-reanimation v1(version 1)中实现旋转动画呢?

最佳答案

可能您需要来自重新激活的库的 concat 函数:

import Animated, { concat } from 'react-native-reanimated';
...
return (
<Animated.View style={{
transform: [{rotateZ: concat(yourAnimatedValue, 'deg')}],
}}/>
);

关于react-native-reanimated 不接受以度为单位的旋转值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62871201/

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