Explorar el Código

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

tags/jenkins-front-end-screenad-78-v53^0
hupeng hace 6 años
padre
commit
626e9a7774
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      App.js

+ 1
- 1
App.js Ver fichero

@@ -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} >


Cargando…
Cancelar
Guardar