Loren Riesenfeld

Results 2 comments of Loren Riesenfeld

One compelling use case for AVIF image sequences is on-the-fly image transformation services that convert animated GIFs to AVIF depending on the requester's `Accept` header. Many downstream image transformation services...

Thank you! That ended up working well, especially with a linear scale for initial positioning. I ended up doing something like this: ``` var simulation = d3.forceSimulation() .force('y', d3.forceY(function(d) {...