Remix.run Logo
onion2k 3 hours ago

JS animations run on the main thread with everything else, so if your browser is busy doing something else the animation ends up being janky. Using CSS solves that problem.