Hacker News new | ask | show | jobs
by sharemywin 1178 days ago
I always thought there should be some kind of visual effects database.

I'm looking to do X with Y tool. here are all the things it could be called in other tools. and/or layman terms.

1 comments

The problem this article is pointing out is that you could have that database and still struggle.

It is easy to make a database of effects that work in isolation, for that matter GPT-4 will do a great job writing CSS to make isolated visual effects.

It’s when you need to put those visual effects to work inside of a real application or web site that you find it doesn’t work or rather almost works because of very fine details in how HTML and CSS work. Often you find you can move something forcibly a few pixels this way or that way but what works for the personal web site will be a nightmare for a complicated application that has multiple parts that multiple people are working on because you’ll need more hacks to deal with the consequences of those hacks.

It is real, global, and comprehensive understanding we need, not just another cheat sheet.