Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stankot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Monorail – Turn CSS animations into interactive SVG graphs
(muffinman.io)
2 points
by
stankot
1y ago
|
0 comments
2.
▲
Show HN: Bard – An Experiment in Robot Poetry
(muffinman.io)
5 points
by
stankot
1y ago
|
1 comments
3.
▲
by
stankot
1y ago
I've figured it out. The error means that this call fails: const animation = animationElement.getAnimations()[0]; As Firefox supports `getAnimations` since 2020, I figured something else is messing up with it. I've tried
4.
▲
by
stankot
1y ago
Go for it, and share a link!
5.
▲
by
stankot
1y ago
Thanks for checking, I’ll try to see what is going on.
6.
▲
by
stankot
1y ago
That is weird, because it is HTML/CSS only. Do you see anything that would help me debug it? Could it be that an add-on (content blocker) messes up with it? I don't have an android device to test. I don't see any issues on de
7.
▲
by
stankot
1y ago
Tixy is amazing! I built something very similar: https://muffinman.io/pulsar/ I wanted to create animations for my LED matrix screen, and I couldn’t find tixy anywhere. Only after I built pulsar I found it again. Anoth
8.
▲
Ask HN: How do you ensure you don't get locked from your email?
7 points
by
stankot
1y ago
|
8 comments
9.
▲
CSS-Only Glitch Effect
(muffinman.io)
5 points
by
stankot
1y ago
|
1 comments
10.
▲
by
stankot
1y ago
I stumbled on this some time ago and saved it for when my kid grows up enough. It is a collection of a few thousands kid friendly videos. I think their curation is pretty good, but check it out for yourself. https://thekidshoulds
11.
▲
by
stankot
2y ago
Thank you! There is nothing wrong with large libraries. But you are right, there is something very satisfactory in solving a problem in a few lines of code.
12.
▲
Bunny Jumps Again
(muffinman.io)
3 points
by
stankot
2y ago
|
0 comments
13.
▲
by
stankot
2y ago
Thank you, you made my day!
14.
▲
by
stankot
2y ago
Thanks for the tip! Does it make paper shiny and stiff?
15.
▲
by
stankot
2y ago
This is awesome! I’ve seen it but forgot to bookmark it, thanks for sharing it again.
16.
▲
by
stankot
2y ago
Sure, I think the hard part is creating hand drawn animation. If you can draw or generate it, the rest is fairly straight forward. I have an idea for somewhat different flip animation, stay tuned :)
17.
▲
by
stankot
2y ago
Actually that's my usual approach, but you should see the vector output from these. I tried doing it and than went back to cleaning up the raster images.
18.
▲
by
stankot
2y ago
For me, pen plotting is a lot of fun. There is something so satisfying in bringing digital work to the physical world. As for the text, I have it on my todo list to create a few single line fonts, for some time now. The obvious one is my ow
19.
▲
by
stankot
2y ago
That is correct. I use AxiDraw SE/A3 and I love it. One of the best purchases I ever made.
20.
▲
Show HN: The Tiny Book of Great Joys
(muffinman.io)
1 points
by
stankot
2y ago
|
0 comments
21.
▲
by
stankot
2y ago
I just released a fix for it and updated the blog post.
22.
▲
by
stankot
2y ago
Honestly, I don't think that is a bug. All examples are quite dense and the thumb covers multiple steps on the track. Firefox then translates every click like you clicked directly on the track. The library doesn't interfere with i
23.
▲
by
stankot
2y ago
If you can replicate this, please open a github issue [1]. Which browser and OS are you using? Because this library doesn't do anything regarding the scroll blocking (because it is using native inputs). On my phone (iOS) scroll is bloc
24.
▲
by
stankot
2y ago
I think it can be theoretically done, like it is mentioned in the comment above, but you would need a new block of CSS for every slider min/max/step combination. It feels it would be harder to maintain than the javascript version.
25.
▲
by
stankot
2y ago
Nice catch! Actually I thought of this and it works in Chrome and Firefox, but it seems that Safari is not triggering the focus event on mouse down, but only when you start moving the slider. Thank you for the report, I'll make sure to
26.
▲
by
stankot
2y ago
Thank you, comments like yours really make my day!
27.
▲
by
stankot
2y ago
Hey, author here, glad to see it popping up on HN. I see people started opening issues and leaving bug reports here. I’ll try to go through them tomorrow (it is getting late here). I created it because I needed it for my generative drawings
28.
▲
ArnoldC – language based on the one liners of Arnold Schwarzenegger
(lhartikk.github.io)
1 points
by
stankot
2y ago
|
0 comments
29.
▲
by
stankot
2y ago
This reminded me of ArnoldC https://lhartikk.github.io/ArnoldC/
30.
▲
by
stankot
2y ago
I love creative coding. I'm mostly focused on the visual stuff, especially generating vector files for pen-plotting. That said, I'm very proud of Rayven, my small vector 3D engine that mimics hand hatching: - https://mu
More ›