[Improvement] uniform fade animation (#410)

This commit is contained in:
neverland
2017-12-11 20:00:26 +08:00
committed by GitHub
parent 49ef814d1e
commit 7dbb5db256
8 changed files with 36 additions and 25 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export default {
},
data() {
const transition = this.transition || (this.position === '' ? 'popup-fade' : `popup-slide-${this.position}`);
const transition = this.transition || (this.position === '' ? 'van-fade' : `popup-slide-${this.position}`);
return {
currentValue: false,
currentTransition: transition