Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作移动网络应用程序,需要添加动画。所以我正在考虑使用 react-native 动画 api,但我不确定它是否支持 react-native-web 请建议您是否有其他选择
动画 API 在 react-native-web 中可用。您可以使用与 react-native 本身完全相同的 API。需要注意的一件事是所有动画都在主 JS 线程上运行,这可能导致用户输入/输出速度变慢。
还支持使用 css 动画,如果动画性能导致问题,您可以回退。