HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by creatonez

Comment by creatonez 3 months ago

3 replies

View on Hacker News

Noticed an easter egg in this article. The text below "I'm sorry, but in the year 2025, this is ridiculous:" is animated entirely without Javascript or .gif files. It's pure CSS.

This is how it was done: https://github.com/tavianator/tavianator.com/blob/cf0e4ef26d...

o11c 3 months ago

Unfortunately it forgets to HTML-escape the <wchar.h> etc.

Reply View | 2 replies
  • tavianator 3 months ago

    Whoops! Forgot to do that when I switched from a ``` block to raw html

    Reply View | 1 reply
    • tavianator 3 months ago

      Fixed! https://github.com/tavianator/tavianator.com/commit/aa9d99d5...

      Reply View | 0 replies