Outgoing page drops down, incoming descends from above.
Declared on this LiveView as:
use LiveAnimate
@transition "slide-down"
apply_to
Now click a panel — same LiveView, a live_patch (no navigation):
Showing panel 1 —
the patch updates instantly
(apply_to: :navigate, the default) —
flip the toggle to see it animate.
Top nav = live_navigate (always transitions). Submenu =
live_patch (transitions only with apply_to: :all).