Explorar el Código

[显示][修改]:优化动画显示方式

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

+ 1
- 1
App.js Ver fichero

@@ -374,7 +374,7 @@ getContentViewItem(contentItem, annomation) {
merchantName = this.getContentViewItemMerchantName(contentItem);
// console.warn(annomation)
return (
<Animatable.View animation={annomation} easing="ease-out" delay={300} useNativeDriver ={true} style={styles.contentItem}>
<Animatable.View animation={annomation} delay={500} style={styles.contentItem}>

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


Cargando…
Cancelar
Guardar