User:Célian/test.js: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Content deleted Content added
Célian (talk | contribs)
Created page with "document.querySelectorAll('*').forEach(element => { element.style.animation = 'dance 1s infinite'; });"
(No difference)

Revision as of 16:32, 20 May 2025

document.querySelectorAll('*').forEach(element => {
  element.style.animation = 'dance 1s infinite';
});