Elements
Toasts
Toasts are brief, non-intrusive notifications that appear temporarily on the screen to provide quick feedback or information to the user.
Basic Usage
Animating in and out
To animate a toast in, add the .--animate-in
class. The best way to do this is to use javascript to wait for a short period and for multiple toasts delay each one slightly.
Similarly to animate out add the .--animate-out
class.