messing around with view transitions; amazing how simple it was to make this “analog tv changing channels” transition happen
@aaadaaam that's amazing. I'm very excited about digging into these.
@csilverman thanks! I can't wait for the API to land in stable browsers. So many interesting and fun possibilities.
@aaadaaam @csilverman do we know in what timeframe that could happen? Honestly I know a lot of people/companies that used JS frameworks just to achieve this feel.
@aaadaaam Some nice MaxHeadroom vibes that.
@aaadaaam I just get a page with all css ignored. Browser? (Firefox 88) Location? (Poland). Tons of "Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist." messages.
@aaadaaam what's the basic technique behind this? All CSS - some sort of custom glitch keyframe animation? SVG filter?
@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;
}