Skip to content

Instantly share code, notes, and snippets.

@ryu1-1uyr
Last active October 25, 2019 08:09
Show Gist options
  • Save ryu1-1uyr/5a8cf2bbd7eba4dd0d91d3d2cc68317c to your computer and use it in GitHub Desktop.
Save ryu1-1uyr/5a8cf2bbd7eba4dd0d91d3d2cc68317c to your computer and use it in GitHub Desktop.
みやすいように改行しています。
d=document;
[a,g,_,t,r,c,b,a.style,a.innerText]=[d.createElement('h1'),'background','center','transform','rotateX',d.createElement('style'),d.body,'animation:q 2s infinite','ねむい'];
x=`@keyframes q{from{${g}:red;${t}:${r}(0deg)}to{${g}:blue;${t}:${r}(90deg)scale(8)}}`;
b.style=`display:flex;justify-content:${_};align-items:${_}`;
f=(x,y)=>x.append(y);f(c,x);f(b,c);f(b,a);
d=document;[a,g,_,t,r,c,b,a.style,a.innerText]=[d.createElement('h1'),'background','center','transform','rotateX',d.createElement('style'),d.body,'animation:q 2s infinite','ねむい'];x=`@keyframes q{from{${g}:red;${t}:${r}(0deg)}to{${g}:blue;${t}:${r}(90deg)scale(8)}}`;b.style=`display:flex;justify-content:${_};align-items:${_}`;f=(x,y)=>x.append(y);f(c,x);f(b,c);f(b,a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment