transition(':enter', [style({
width: '59px',
border: 'none',
}),
animate(3000, style({
width: '608px',
border: 'solid 1px #ebebeb',
}))],
on :: (b -> b -> c) -> (a -> b) -> a -> a -> c