更新animationEffect为fadein

This commit is contained in:
haiyangcui
2020-11-08 22:27:57 +01:00
parent c2f3a60198
commit f97d63cf68
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
rowPerView: 2,
}
}"
animationEffect="fadeInUp"
animationEffect="fadeIn"
backgroundColor="rgba(0, 0, 0, 0)">
<template slot="item" slot-scope="props">
<div class="card" v-show="!setting.excludeR18Films || !containsR18Keywords(props.data.type)">

View File

@@ -90,7 +90,7 @@
rowPerView: 2,
}
}"
animationEffect="fadeInUp"
animationEffect="fadeIn"
backgroundColor="rgba(0, 0, 0, 0)">
<template slot="item" slot-scope="props">
<div class="card">