Interactive Animation Experiment

i gained a new-found hatred for AI.

About halfway through attempting to use ChatGPT to help me solve a half-colored rubix cube, it soft-blocked me from working on this project anymore; not because of my ‘plan’, but because it I would make a rotation, snap a frame, and then ask the AI which colors would become visible/invisible, etA.

Despite the 5+ years this thing has been learning, millions of dollars of funding, and environmental impact, I now have an entirely new hatred for AI. Of course, I knew it wasn’t perfect and it’s learning – that’s fine; but it didn’t learn. I wasted several hours typing back and forth, only to get the same or different incorrect results each time. I genuinely wish I just learned to solve a rubix cube instead.

Frog Animation Sprite (Part 3) Maria

Animation Part 3 #frog { margin: 0 auto 100px auto; position: relative; width:400px; height:200px; top: 20px; border:1px solid white; background: url(“frogSprite3.png”) left center; animation: launch 2s steps(24) infinite;} @keyframes launch { from {background-position: 0px 0; } to {background-position: -9600px 0; }