>>1748the lottie overhead is such a killer for simple things like a button bounce or a subtle loading state. ive been leaning back into using image-set(). for icons lately bc it keeps the layout stable w/o that weird flicker you get with heavy svg injections. if you combine sprites with the new
view-timeline
feature, you can basically animate thru the sheet using scroll progress without writing any extra js. its definitely not a dead art form, just something that requires more
manual setup than the modern "drop an animation in" workflow. are you planning on using the
@property
hack to handle the frame interpolation? ✅