This commit is contained in:
tiago.kayaya
2021-06-09 10:01:45 +01:00
parent 419330e572
commit cb658bfa1f
8 changed files with 112 additions and 18 deletions
@@ -431,7 +431,7 @@ export class DespachoPage implements OnInit {
return this.animationController.create()
.addElement(baseEl)
.easing('ease-out')
.duration(500)
.duration(7000)
.addAnimation([backdropAnimation, wrapperAnimation]);
}
@@ -474,7 +474,7 @@ export class DespachoPage implements OnInit {
return this.animationController.create()
.addElement(baseEl)
.easing('ease-out')
.duration(500)
.duration(7000)
.addAnimation([backdropAnimation, wrapperAnimation]);
}