浏览代码

[显示][修复]:动画效果增加硬件加速选项

tags/jenkins-front-end-screenad-78-v53^0
hupeng 6 年前
父节点
当前提交
626e9a7774
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      App.js

+ 1
- 1
App.js 查看文件

@@ -285,7 +285,7 @@ getContentViewItem(contentItem, annomation) {
merchantName = contentItem.target.merchantVoList[0].merchantName;

return (
<Animatable.View animation={annomation} easing="ease-out" duration={1500} delay={500} style={styles.contentItem}>
<Animatable.View animation={annomation} easing="ease-out" duration={1500} delay={500} useNativeDriver ={true} style={styles.contentItem}>

<ImageBackground source={require('./image/item-background.png')} resizeMode='center' style={styles.contentItemDownLayer} >


正在加载...
取消
保存