export function slideLeftAnimation(ms = 500) {
  return [
    transition(':enter', [
      style({
        opacity: 0,