LiveView provides a declarative way to build interactive UIs without much JS.Here's how to implement an auto-clearing flash message in Phoenix LiveView.The flash message fades away after a few seconds and includes a visual countdown.The countdown is achieved using a CSS keyframes animation.