更新一下动画
This commit is contained in:
parent
e0b64b0e54
commit
cc7994fe50
|
|
@ -22,7 +22,7 @@ app.controller('homeCtr', ['$scope', '$stateParams', '$filter', '$state', '$wind
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log('autoLogin err', err)
|
console.log('autoLogin err', err)
|
||||||
});
|
});
|
||||||
|
$('.js-segment-home').transition('hide');
|
||||||
function transition() {
|
function transition() {
|
||||||
var data = ['scale', 'fade', 'fade up', 'fade down', 'fade left', 'fade right', 'horizontal flip',
|
var data = ['scale', 'fade', 'fade up', 'fade down', 'fade left', 'fade right', 'horizontal flip',
|
||||||
'vertical flip', 'drop', 'fly left', 'fly right', 'fly up', 'fly down', 'swing left', 'swing right', 'swing up',
|
'vertical flip', 'drop', 'fly left', 'fly right', 'fly up', 'fly down', 'swing left', 'swing right', 'swing up',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue