@scrwd it's a combo of SVG filters and CSS keyframe animations. I embed a SVG with 4 different named filters on every page on my site, and have a keyframe animation where every keyframe references one of those 4 filters. Then you can use it for whatever, like:
::view-transition-old(root) {
animation: noise 0.3s linear forwards;
}