agree! another trick thats often overlooked is using
will-change
to hint at elements' future transformations, improving performance in animations w/o overusing vendor prefixes:
will-change : transform;
this can be a game-changer for smoother transitions. give it try and see the difference!
> smooth scrolling