Difference between revisions of "User:GrampaSwood/vector.js"

From Team Fortress Wiki
Jump to: navigation, search
(Created page with "const logo = document.querySelector('.mw-wiki-logo'); logo.style.transform = 'rotate(' + (Math.random() * 360) + 'deg)'; // rj is a profeional developer so i must make sure t...")
 
Line 1: Line 1:
const logo = document.querySelector('.mw-wiki-logo');
+
//const logo = document.querySelector('.mw-wiki-logo');
logo.style.transform = 'rotate(' + (Math.random() * 360) + 'deg)';
+
//logo.style.transform = 'rotate(' + (Math.random() * 360) + 'deg)';
  
 
// rj is a profeional developer so i must make sure there is no flash of unrotated content
 
// rj is a profeional developer so i must make sure there is no flash of unrotated content
logo.setAttribute('angleshaha', true);
+
//logo.setAttribute('angleshaha', true);

Revision as of 22:13, 26 April 2024

//const logo = document.querySelector('.mw-wiki-logo');
//logo.style.transform = 'rotate(' + (Math.random() * 360) + 'deg)';

// rj is a profeional developer so i must make sure there is no flash of unrotated content
//logo.setAttribute('angleshaha', true);