Revert "feat(loading): make teaser title pulse together with body"
This reverts commit 7164c05b4e.
This commit is contained in:
@@ -516,7 +516,7 @@ export function PlayCanvas({
|
|||||||
>
|
>
|
||||||
{teaserText ? (
|
{teaserText ? (
|
||||||
<div className="w-full max-w-[85%] md:max-w-[75%] flex flex-col items-center justify-center gap-3.5 md:gap-5 animate-fade-in">
|
<div className="w-full max-w-[85%] md:max-w-[75%] flex flex-col items-center justify-center gap-3.5 md:gap-5 animate-fade-in">
|
||||||
<span className={`text-[9px] smallcaps text-clay-400 tracking-[0.2em] font-sans ${pulseActive ? "animate-slow-pulse" : ""}`}>
|
<span className="text-[9px] smallcaps text-clay-400 tracking-[0.2em] font-sans">
|
||||||
✦ 故 · 事 · 预 · 告 ✦
|
✦ 故 · 事 · 预 · 告 ✦
|
||||||
</span>
|
</span>
|
||||||
<p className={`font-serif leading-[2] text-clay-700 text-[13px] md:text-[15px] italic whitespace-pre-wrap text-left w-full ${pulseActive ? "animate-slow-pulse" : ""}`}>
|
<p className={`font-serif leading-[2] text-clay-700 text-[13px] md:text-[15px] italic whitespace-pre-wrap text-left w-full ${pulseActive ? "animate-slow-pulse" : ""}`}>
|
||||||
|
|||||||
Reference in New Issue
Block a user