去掉特效

This commit is contained in:
luchenqun 2019-08-17 11:23:02 +08:00
parent 41ab5b3598
commit 8bed4ae23f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ app.factory('dataService', [function() {
];
var t = data[parseInt(Math.random() * 1000) % data.length];
return t; // 去掉一些有攻击性的动画
return 'fade' || t; // 去掉一些有攻击性的动画
},
transition: function(selector, params) {
var data = {};