はらへ
[Katerina BorodinaさんはTwitterを使っています: 「protip: alias sudo to "please" for a much more wholesome unix experience https://t.co/Lw3h89RmXs」 / Twitter]( https://twitter.com/kathyra_/status/1160812366293901314 )
[暇を持て余したばあちゃんが学食巡りをして感想をまとめたものが興味深かった「東工大…」「この方の字が好き」 - Togetter]( https://togetter.com/li/1388853 )
CSSアニメーションで遊んでいる
[cubic-bezier(.17,.67,.83,.67) ✿ cubic-bezier.com]( https://cubic-bezier.com/#.17,.67,.83,.67 )
ぼよよん
[cubic-bezier(.29,1.42,.57,-0.44) ✿ cubic-bezier.com]( https://cubic-bezier.com/#.29,1.42,.57,-0.44 )
```css
.m-mv-copy.-on .m-mv-copyInner img {
animation: splashttl 2.5s steps(39);
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes splashttl {
0% {
transform: translateY(0)
}
100% {
transform: translateY(-97.5%)
}
}
```
このアカウントは、notestockで公開設定になっていません。