gpt4 book ai didi

javascript - 是否有 LayoutAnimation.Types 和 LayoutAnimation.Properties 的可用选项列表?

转载 作者:行者123 更新时间:2023-11-29 17:49:51 26 4
gpt4 key购买 nike

我已经检查了文档,现在它只说了

create, config for animating in new views (see Anim type)

update, config for animating views that have been updated (see Anim type)

事实上,我不明白 Anim 类型是什么以及我应该在哪里处理它。感谢您的帮助

https://facebook.github.io/react-native/docs/layoutanimation.html

最佳答案

我在react native的LayoutAnimation.js源码中找到了

const TypesEnum = {
spring: true,
linear: true,
easeInEaseOut: true,
easeIn: true,
easeOut: true,
keyboard: true,
};


const PropertiesEnum = {
opacity: true,
scaleXY: true,
};

我可能遗漏了一些东西,如果还有更多,请随时补充,谢谢:)

关于javascript - 是否有 LayoutAnimation.Types 和 LayoutAnimation.Properties 的可用选项列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45052404/

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