Fade plus a soft blur, for a premium feel.
Declared on this LiveView as:
use LiveAnimate
@transition %{preset: "blur", duration: 400}
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).