i've seen it countless times - devs adding
style="animation."
directly to their elements in html files ♂️. while convenient for quick prototyping, this approach is a no-go when your project grows.
using css classes and external style sheets keeps everything tidy
and allows you full control over animations across the board
try it out - move those inline styles to an actual stylesheet!