去掉特效
This commit is contained in:
parent
41ab5b3598
commit
8bed4ae23f
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Reference in New Issue