Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the fediverse animation so that messages flow both ways #95

Open
stefanbohacek opened this issue Jan 13, 2025 · 3 comments
Open
Labels
design help wanted Extra attention is needed

Comments

@stefanbohacek
Copy link
Member

stefanbohacek commented Jan 13, 2025

jointhefediverse-animation.webm

Right now it just looks like all messages are being sent to a central point. Ideally, they should also be sent out to show that conversations are happening.

To anyone interested in contributing, please share your idea or a mockup before you start writing any code so that you don't waste your time making something that might not be used!

Also, I can't seem to be able to add alt text to the video, so here's a description of the screenshot taken from https://jointhefediverse.net:

A short animation showing several circles organized in a larger circle, each containing a logo of a different fediverse platform (Masodon, Pixelfed, etc).

There is another circle in the center, larger, with no icon. Each of the smaller circles are connected to the larger circle in the center with a dashed line, along which envelopes are animate as being sent out from the smaller circles towards the center.

A brief description of what the fediverse is placed next to this animation.

@stefanbohacek stefanbohacek added help wanted Extra attention is needed design labels Jan 13, 2025
@stefanbohacek
Copy link
Member Author

stefanbohacek commented Jan 13, 2025

Also open to replacing the animation altogether with something that better reflects the flow of messages in the fediverse. This is just something I was able to find that I could use for free.

To me, the center represents a fediverse user, or perhaps their local server, which I think makes sense, but again, looks like you can only read what is being posted and not respond back, as if using an RSS reader.

@philiprenich
Copy link

A really simple fix would be to add alternate to the animation properties in animate.css
https://github.com/jointhefediverse-net/jointhefediverse.net/blob/main/public/css/animation.css#L120

    -webkit-animation: move-dot1 5.5s linear infinite alternate;
    animation: move-dot1 5.5s linear infinite alternate;

You may want something more subtle, as the the envelopes get sent out again once returning to their service, but that might get you started for now.

@stefanbohacek
Copy link
Member Author

@philiprenich You're a genius, love it!

I'll keep this issue open for now, as I'd like to explore more ideas, but this definitely is much better.

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants