# 成为第一个回复的人

**URL:** <https://meta.discourse.org/t/be-the-first-to-reply/338054>\
**Category:** Theme component\
**Created:** [2024年十一月24日 13:31 UTC](https://meta.discourse.org/t/be-the-first-to-reply/338054 "2024-11-24T13:31:05Z")\
**Posts on this page:** 1\
**Page:** 3

<div class="post-metadata">

**Author:** ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)\
**Post date:** [2026年七月20日 07:57 UTC](https://meta.discourse.org/t/be-the-first-to-reply/338054/42 "2026-07-20T07:57:53Z")

</div>

这是我的实现！它非常适合我论坛的主题。谢谢 @Don 😅

![Low battery](https://global.discourse-cdn.com/meta/original/4X/e/a/1/ea1d9ef8283cafbf6559d1e8581ff26e4a1a5194.gif)

```scss
.first-replier.--image {
  animation: 2s batteryFade infinite;
}

@keyframes batteryFade {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

```

[上一頁](https://meta.discourse.org/t/be-the-first-to-reply/338054.md?page=2)
