gpt4 book ai didi

javascript - Reanimated 2 不能使用具有直接值的 withSequence

转载 作者:行者123 更新时间:2023-12-05 08:04:06 24 4
gpt4 key购买 nike

我想使用 withSequence 并将直接值作为第一个值,使用下面的代码导致应用程序崩溃。

animatedValue.value = withSequence(startValue, withTiming(endValue));

下面的代码似乎工作得很好,但在我的例子中,它对在 withTiming 中使用 startValue 没有帮助。

animatedValue.value = withSequence(withTiming(startValue, {duration: 0}), withTiming(endValue));

最佳答案

您可以在触发动画之前将 startValue 直接设置为 animatedValue.value:

animatedValue.value = startValue;
animatedValue.value = withTiming(endValue, { duration: 500 })

关于javascript - Reanimated 2 不能使用具有直接值的 withSequence,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70022913/

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