Google Gravity Slime Mr Doob May 2026
Google Gravity is a famous interactive web experiment created by developer Mr.doob (Ricardo Cabello) that turns the standard Google homepage into a physics-driven playground.
While there isn't a specific experiment titled "Google Gravity Slime," the term often refers to the Google Gravity experience where the interface elements tumble and bounce like physical objects, or potentially other Mr.doob experiments like Voxels Liquid or Ball Pool which feature "slime-like" fluid physics. The Original Google Gravity Experiment
The Effect: Once the page loads, every element—including the logo, search bar, and buttons—immediately loses its fixed position and crashes to the bottom of the screen.
Interaction: You can use your mouse to click and drag the broken pieces, tossing them around the screen to see them bounce and collide with realistic physics.
Functionality: Originally, you could still type into the fallen search bar; search results would then fall from the top of the screen like "raining" links. How to Access It
Google Search Method: Go to the main Google homepage, type "Google Gravity" into the search bar, and click the "I'm Feeling Lucky" button.
Direct Link: You can visit the project directly on Mr.doob’s website or through restorations on sites like elgooG. Related "Fluid" Physics Experiments by Mr.doob
If you are looking for "slime" or liquid-like behavior specifically, Mr.doob has several other notable experiments: Google Gravity Slime Mr Doob
Voxels Liquid: A 3D representation of a classic 2D water effect that mimics flowing liquid.
Ball Pool: A screen filled with colorful circles that behave like a ball pit; you can "shake" the browser to scatter them.
Google Space: A variation of Google Gravity where the elements float in zero-gravity rather than crashing down. If you'd like, I can:
Help you find other Google Easter eggs (like "Do a barrel roll").
Explain the JavaScript libraries (like Three.js) used to create these effects. Find similar physics-based web games. Let me know what you'd like to explore next! Mr.doob - Experiments with Google
"Can I get Google Slime on my phone?"
Touch events are partially supported, but precision is poor. Best experienced with a mouse.
How it works (technical summary)
- Implemented as a client-side web page using JavaScript and HTML/CSS.
- Uses a 2D physics engine (often a lightweight physics library or custom code) to simulate gravity, collisions, and constraints for DOM elements.
- Each visible page element (logo, search bar, buttons, links) is mapped to a physics body; positions are updated each animation frame and applied to element styles (CSS transforms/position).
- Event handlers allow dragging, throwing, and interacting with elements (mouse/touch).
- May use requestAnimationFrame for smooth animation and CSS transforms for performance.
- Does not require server-side components beyond hosting static assets.
Why We Love It: The Psychology of Web Toys
Why are we still searching for "Google Gravity Slime Mr Doob" years after these experiments first launched? Google Gravity is a famous interactive web experiment
1. It breaks the rules. We are taught that websites are rigid. Text stays in boxes; logos stay in the corner. Mr. Doob’s experiments break that contract. Watching the Google logo turn into a fluid, unrecognizable blob is rebellious fun.
2. ASMR for your eyes. There is something hypnotic about physics simulations. The way the slime wobbles and snaps back into place is visually soothing. It’s a moment of digital zen in a chaotic internet.
3. Nostalgia. For many, these experiments represent the "Wild West" era of the internet—a time when Flash and early HTML5 were used to make art,
When the Internet Falls Apart: A Guide to Google Gravity & Mr.doob’s Physics Experiments
Have you ever wanted to just… break the internet? Not in the "viral video" way, but in the "watch everything smash into the floor" way. If so, you’ve likely stumbled upon Google Gravity, one of the most famous interactive experiments created by the legendary web developer Mr.doob (Ricardo Cabello). What is Google Gravity?
First introduced in 2009, Google Gravity is a Chrome experiment that turns the most organized website on earth into a heap of digital scrap.
As soon as you move your mouse, the search bar, buttons, and logos succumb to simulated gravity and tumble to the bottom of your screen. According to Sunucun, Mr.doob is renowned for these types of physical simulations that push the boundaries of what browsers can do. How to Play (The "I'm Feeling Lucky" Trick) "Can I get Google Slime on my phone
You can experience it yourself without even leaving the search engine: Go to the standard Google homepage. Type "Google Gravity" into the search bar.
Instead of hitting "Enter," click the I’m Feeling Lucky button.
Alternatively, you can visit the direct Mr.doob site to see the code in action.
Pro-Tip: Once the pieces fall, you can click and drag individual elements to throw them against the walls of your browser window like digital frisbees. The "Slime" and "Lava" Variations
While "Google Gravity" is the classic, many users search for "Slime" or "Lava" variations. These often refer to other physics experiments found in the Mr.doob portfolio or similar developer playgrounds:
The Physics Effect: Elements don't just fall; they behave like physical objects with weight.
Google Lava: As noted by Primobonacina, variations like "Lava" allow you to interact with a grid surface, adding shapes and squares that react to your mouse clicks in a fluid, molten way. Why Does This Exist?
Beyond being a fun 30-second distraction, these experiments showcase the power of HTML5 and JavaScript. In the early 2000s, this kind of smooth physics simulation would have required heavy plugins like Flash. Today, Mr.doob's work serves as a reminder that the web is a canvas for art and experimentation, not just data.
doob, or perhaps help you write a technical tutorial on how he builds these physics engines?
Educational & Creative Value
- Great demo for learning DOM manipulation, animation loops, simple physics, and human-computer interaction.
- Useful as a portfolio piece or playful UI experiment.