Animating elements on page load with LiveView's phx-mounted and JS.transition/2
Notes
Just recently learned that we can animate elements when they’re first mounted on the page.
We can combine the phx-mounted binding with a JS.transition/2 to get a nice
effect when people first load the page. ⚡️