Hacker News new | ask | show | jobs
by cobertos 17 days ago
Oh neat, I implemented a similar thing on https://cobertos.com. Though instead of canvas, it uses divs tiled with a `background-image` with `repeat-x` and a CSS animation over `transform` from left to right until the repeat/tiling point and jumping back.

I think that's probably the fourth iteration of it at this point

1 comments

Ohhhh yours is much nicer than mine! Though different approaches and feels