Sublime
An inspiration engine for ideas
it's all about easing curves ⏱️
translation powered via CSS custom properties https://t.co/rec0nwl7MT
jhey ʕ•ᴥ•ʔx.comHow to learn JP
1. print hiragana/katakana chart (free)
2. write them until you remember (there is no way around this)
3. work through tae kim’s grammar guide (free)
4. put on your jp media of choice (anything works)
5. ???
6. profit
lumy (ルミィ)x.com

bakin' CSS @keyframes 🧑🍳
you can create sine waves by using trigonometric functions inside a dynamic animation-delay
.node {
animation-delay: calc(
sin((var(--index) / var(--total)) * 45deg) 👈
* var(--speed) * -1s
);___... See more
jhey ʕ•ᴥ•ʔx.com