Переглянути джерело

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

tags/jenkins-front-end-screenad-122-v82^0
hupeng 6 роки тому
джерело
коміт
e177fa0eea
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      App.js

+ 1
- 1
App.js Переглянути файл

@@ -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} >
{/* 列表 */}


Завантаження…
Відмінити
Зберегти