[
https://issues.apache.org/jira/browse/KAFKA-20529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ranidu Nethma resolved KAFKA-20529.
-----------------------------------
Resolution: Not A Problem
Closing this ticket as it turns out the logo animation is an intentional hidden
feature of the site. Thanks for the clarification!
> Remove aggressive hover animation from the ASF Feather logo on the Kafka
> website footer
> ---------------------------------------------------------------------------------------
>
> Key: KAFKA-20529
> URL: https://issues.apache.org/jira/browse/KAFKA-20529
> Project: Kafka
> Issue Type: Bug
> Components: clients
> Reporter: Ranidu Nethma
> Priority: Minor
> Attachments: Screencast from 2026-04-27 10-34-29.webm
>
>
> *Current Behavior:*
> The Apache Software Foundation (ASF) feather logo on the kafka website footer
> currently has a rapid continuous spin animation triggered on hover. The
> animation duration is set to {{{}0.2s{}}}, which causes the logo to rotate at
> a very high frequency.
>
> *CSS identified in the codebase:*
> {code:java}
> // ASF Feather Logo styling - Smaller with very rapid continuous spin
>
> effect.asf-feather-logo {
> max-width: 50px;
> width: 50px;
> height: auto;
> opacity: 0.7;
> transition: opacity 0.3s ease;
> &:hover {
> opacity: 1;
> animation: spin-continuous 0.2s linear infinite;
> }
> } {code}
> *Reason for Change:*
> # High speed spinning animations can detract from the professional aesthetic
> of the Apache Kafka project site.
> # Most ASF project sites maintain a static or subtly transitioning logo.
>
> *Proposed Solution:*
> Remove the {{animation: spin-continuous}} property from the
> {{.asf-feather-logo:hover}} selector.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)