[HIMA-61] - timing adjustments

This commit is contained in:
Peter Skrlj
2019-02-09 12:40:32 +01:00
parent 545548c1b6
commit 08d5e74448

View File

@@ -20,7 +20,7 @@ export const shrinkTitleAnimation = trigger('shrinkTitle', [
transform: 'scale(1.56) translateX(calc(50% - 90px)) translateY(10px)'
}),
animate(
300,
'400ms ease-out',
style({
transform: 'scale(1) translateX(0) translateY(0)'
})
@@ -43,7 +43,7 @@ export const shrinkMainAnimation = trigger('shrinkMain', [
height: '*'
}),
animate(
'300ms ease-out',
'400ms ease-out',
style({
visibility: 'hidden',
height: '0',