I've been following the official documentation for triggering angular animations when the router changes views, but I was curious to know how you can trigger angular animations on first page load. It's not discussed in the official docs, and google doesn't reveal much on the subject as far as I can tell. The only way I can think to do this is by setting a timeout and changing the route or animation state manually, but this feels crude. In summary:
Are animations on first-page load discouraged for some e.g. UX reason?
If not, is there a best way to go about this?
It's not clear to me that, on first load, the ':enter' alias applies, can someone confirm that please?