To understand the context of the phrase, it helps to know the origin. The phrase comes from the 1997 Nintendo game Star Fox 64 .
If you want to barrel roll any website (including this one) 2x, you can inject code into your browser. do a barrel roll 2x
The entire Google search results page will perform two complete 360-degree somersaults before settling back to normal. To understand the context of the phrase, it
document.body.style.transition = "transform 4s"; document.body.style.transform = "rotate(720deg)"; document.body.style.transform = "rotate(720deg)"
let count = 0; function doBarrelRollTwice() document.body.style.transition = 'transform 0.5s'; document.body.style.transform = 'rotate(360deg)'; setTimeout(() => document.body.style.transform = 'rotate(720deg)'; setTimeout(() => document.body.style.transform = ''; , 500); , 500);