Skip to content

Instantly share code, notes, and snippets.

@RGamberini
Last active June 10, 2019 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RGamberini/1ff72753ae2c940e818a02e34d2a7f4f to your computer and use it in GitHub Desktop.
Save RGamberini/1ff72753ae2c940e818a02e34d2a7f4f to your computer and use it in GitHub Desktop.
bottom text
var theta = 0, allPs = $$("p");
setInterval(function(){allPs.forEach(function(p) {p.setAttribute("style", "transform: rotate(" + theta + "deg)");}); theta++;}, 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment